Skip to content

Commit b7c811b

Browse files
committed
tox: fix dependencies
Since flake8 6.0, the copyright plugin fails to run: ValueError: 'int' is not callable This plugin is not critical, remove it. Also use latest versions of black and pylint along the way. Link: savoirfairelinux/flake8-copyright#19 Signed-off-by: Robin Jarry <[email protected]>
1 parent 71ae0c2 commit b7c811b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ description = Run coding style checks.
7171
install_command = {toxinidir}/tox-install.sh {toxworkdir} {opts} {packages}
7272
changedir = .
7373
deps =
74-
black==22.3.0
74+
black
7575
flake8
76-
flake8-copyright
7776
isort
78-
pylint==2.14.*
77+
pylint
7978
whitelist_externals =
8079
/bin/sh
8180
/usr/bin/sh

0 commit comments

Comments
 (0)