Skip to content

Commit

Permalink
Fix pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosv committed Sep 23, 2024
1 parent 5fcaf93 commit f91ce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
entry: pylint
language: python
types: [python]
additional_dependencies: ['pylint~=3']
additional_dependencies: ['pylint==3.3.0']
args:
[
"-rn", # Only display messages
Expand Down

0 comments on commit f91ce17

Please sign in to comment.