Skip to content

Commit

Permalink
Pin pylint to <3.2.4
Browse files Browse the repository at this point in the history
Pylint 3.2.4 incorrectly reports code as unreachable. pylint-dev/pylint#9751

PiperOrigin-RevId: 646934310
  • Loading branch information
frigus02 authored and copybara-github committed Jun 26, 2024
1 parent 177c0cb commit 4ba511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ninja>=1.10.0.post2
pybind11>=2.10.1
pycnite>=2024.06.13
pydot>=1.4.2
pylint>=2.14.4
pylint>=2.14.4,<3.2.4 # https://github.com/pylint-dev/pylint/issues/9751
tabulate>=0.8.10
toml>=0.10.2
typing-extensions>=4.3.0

0 comments on commit 4ba511c

Please sign in to comment.