Skip to content

Commit

Permalink
Dependencies: Update pylint~=2.7.0
Browse files Browse the repository at this point in the history
The version `pylint~=2.5` contains false positives for Python 3.9
  • Loading branch information
sphuber committed Feb 26, 2024
1 parent 3d1b51d commit 30e2ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docs = [
]
pre-commit = [
'pre-commit~=2.2',
'pylint~=2.5.2',
'pylint~=2.7.0',
]
tests = [
'pytest~=7.2',
Expand Down

0 comments on commit 30e2ce2

Please sign in to comment.