We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafaddb commit b7b549eCopy full SHA for b7b549e
1 file changed
tox.ini
@@ -66,7 +66,7 @@ deps =
66
mypy ~= 2.1.0
67
pytest-xdist >= 3.6.0 # needed for type-checking
68
commands =
69
- black --check --target-version py38 src tests
+ black --check --target-version py310 src tests
70
flake8 src tests
71
mypy --strict src
72
bandit --recursive src
0 commit comments