Skip to content

Commit

Permalink
Remove lint from github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wschott committed Oct 13, 2023
1 parent 360f3ed commit 7f08311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Lint
run: |
tox -e lint
- name: Typecheck
run: |
tox -e typecheck
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ dist/
htmlcov/
.tox/
.pytest_cache/
.ruff_cache/
.mypy_cache/

0 comments on commit 7f08311

Please sign in to comment.