Skip to content

Commit 605ca24

Browse files
committed
Pin pylint to 2.6.2
Avoid false positives with 2.7. 2.7.0 https://github.com/fract4d/gnofract4d/runs/1955404235#step:9:15 E1101: Instance of 'OverloadList' has no 'ret' member (no-member) 2.7.2 E1126: Sequence index is not an int, slice, or instance with __index__ (invalid-sequence-index) pylint-dev/pylint#4083
1 parent 52eef97 commit 605ca24

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
@@ -18,7 +18,7 @@ passenv = DISPLAY XAUTHORITY HOME
1818
# pytest is imported by tests
1919
[testenv:pylint]
2020
deps =
21-
pylint
21+
pylint==2.6.2
2222
pytest
2323

2424
commands = {toxinidir}/bin/pylint.sh

0 commit comments

Comments
 (0)