Skip to content

Commit

Permalink
Pin pylint to version 2.6.2 (#236)
Browse files Browse the repository at this point in the history
Avoid false positives with 2.7.

2.7.0
E1101: Instance of 'OverloadList' has no 'ret' member (no-member)
https://github.com/fract4d/gnofract4d/runs/1955404235#step:9:15

2.7.2
E1126: Sequence index is not an int, slice, or instance with __index__ (invalid-sequence-index)
pylint-dev/pylint#4083
  • Loading branch information
cjmayo authored Mar 8, 2021
1 parent 52eef97 commit 024e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ passenv = DISPLAY XAUTHORITY HOME
# pytest is imported by tests
[testenv:pylint]
deps =
pylint
pylint==2.6.2
pytest

commands = {toxinidir}/bin/pylint.sh

0 comments on commit 024e845

Please sign in to comment.