Skip to content

Commit b7b549e

Browse files
committed
Target black at Python 3.10
1 parent cafaddb commit b7b549e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ deps =
6666
mypy ~= 2.1.0
6767
pytest-xdist >= 3.6.0 # needed for type-checking
6868
commands =
69-
black --check --target-version py38 src tests
69+
black --check --target-version py310 src tests
7070
flake8 src tests
7171
mypy --strict src
7272
bandit --recursive src

0 commit comments

Comments
 (0)