Skip to content

Commit

Permalink
tox: fix pylint to v3.2.5
Browse files Browse the repository at this point in the history
Set the fixed pylint version to its most recent.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Jul 28, 2024
1 parent fb7e2f4 commit 1c7105b
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 @@ -86,7 +86,7 @@ passenv =
[testenv:pylint]
deps =
{[testenv]deps}
pylint
pylint: pylint==3.2.5
commands =
pylint \
fetchdep \
Expand Down

0 comments on commit 1c7105b

Please sign in to comment.