Skip to content

Commit

Permalink
Run pytype directly in tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Oct 4, 2024
1 parent 6bc297f commit ac165f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions tests/test_pytype.py

This file was deleted.

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deps =
pytype ; python_version < '3.13'
commands =
pytest {posargs}
pytype vulture/core.py ; python_version < '3.13'
# Install package as wheel in all envs (https://hynek.me/articles/turbo-charge-tox/).
package = wheel
wheel_build_env = .pkg
Expand Down

0 comments on commit ac165f0

Please sign in to comment.