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 <jsnow@redhat.com>
Message-Id: <20240626232230.408004-3-jsnow@redhat.com>
  • Loading branch information
jnsnow authored and Patchew Applier committed Jun 26, 2024
1 parent 1edb6b0 commit af503c8
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 af503c8

Please sign in to comment.