Skip to content

Commit a38a2f7

Browse files
Upgrade flake8
flake8-commas is no longer maintained.
1 parent 270fb7e commit a38a2f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ commands =
8989
deps =
9090
bandit ~= 1.7.0
9191
black ~= 22.3.0
92-
flake8 ~= 3.9.0
93-
flake8-commas ~= 2.0.0
92+
flake8 ~= 4.0.0
9493
mypy >= 0.900, < 0.910
9594
commands =
9695
black --check src setup.py tests

0 commit comments

Comments
 (0)