Skip to content

Commit

Permalink
Remove q, and check typing during lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s-t-e-v-e-n-k committed Jun 30, 2024
1 parent a240500 commit b77499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ python =
deps =
pytest
pytest-cov
q
commands = pytest --cov=sinking {posargs}
passenv = COVERAGE_FILE

Expand All @@ -28,3 +27,4 @@ deps =
commands =
ruff check --exit-non-zero-on-fix sinking tests
ruff format --diff sinking tests
mypy --strict sinking

0 comments on commit b77499c

Please sign in to comment.