Skip to content

Commit

Permalink
Tentative fix for checkstyle on Python < 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Mar 18, 2024
1 parent 8ad7d99 commit b5c777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tzlocal = "==2.1"
coverage = "==7.*"
parameterized = "==0.9.*"
pycodestyle = "==2.*"
pylint = "==3.*"
pylint = "==3.0.*"

0 comments on commit b5c777b

Please sign in to comment.