Skip to content

Commit

Permalink
disabled mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpeckham committed Feb 1, 2024
1 parent 4f819b4 commit 24c2ce1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
- name: Lint code
run: hatch run lint:style

lint-typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install hatch
pip install hatch-vcs
pip install hatch-fancy-pypi-readme
- name: Lint typing
run: hatch run lint:typing
# lint-typing:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.11"
# - name: Install dependencies
# run: |
# pip install hatch
# pip install hatch-vcs
# pip install hatch-fancy-pypi-readme
# - name: Lint typing
# run: hatch run lint:typing

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24c2ce1

Please sign in to comment.