Skip to content

Commit

Permalink
python: Do not use pylint 3.2.4 with python 3.8
Browse files Browse the repository at this point in the history
There is a bug in this version,
see: pylint-dev/pylint#9751

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Message-id: [email protected]
Signed-off-by: John Snow <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
jnsnow authored and Patchew Applier committed Jul 15, 2024
1 parent b343a89 commit d7af4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ devel =
isort >= 5.1.2
mypy >= 1.4.0
pylint >= 2.17.3
pylint != 3.2.4; python_version<"3.9"
tox >= 3.18.0
urwid >= 2.1.2
urwid-readline >= 0.13
Expand Down

0 comments on commit d7af4bb

Please sign in to comment.