Skip to content

Commit 99e4f3f

Browse files
committed
tox: freeze pylint to 2.14
Pylint 2.15 fails to introspect cffi modules. Signed-off-by: Robin Jarry <robin@jarry.cc>
1 parent 166bc18 commit 99e4f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ description = Run coding style checks.
7171
install_command = {toxinidir}/tox-install.sh {toxworkdir} {opts} {packages}
7272
changedir = .
7373
deps =
74-
black
74+
black==22.3.0
7575
flake8
7676
flake8-copyright
7777
isort
78-
pylint>=2.14
78+
pylint==2.14.*
7979
whitelist_externals =
8080
/bin/sh
8181
/usr/bin/sh

0 commit comments

Comments
 (0)