Skip to content

Commit d65dcca

Browse files
committed
tox: freeze pylint version to latest 2.14
Pylint 2.15 comes with astroid 2.12 which does not import compiled modules properly. Until we have a proper fix, freeze pylint to 2.14 which depends on astroid 2.11. Signed-off-by: Robin Jarry <robin@jarry.cc>
1 parent bfbf10f commit d65dcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deps =
4848
flake8
4949
flake8-copyright
5050
isort
51-
pylint>=2.14
51+
pylint==2.14.*
5252
whitelist_externals =
5353
/bin/sh
5454
/usr/bin/sh

0 commit comments

Comments
 (0)