Skip to content

Commit

Permalink
Add pylint precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 3, 2024
1 parent b84d3ff commit 57d29fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ repos:
rev: 22.3.0
hooks:
- id: black
language_version: python3.9
language_version: python3.9
- repo: https://github.com/pylint-dev/pylint
rev: v2.16.2
hooks:
- id: pylint
args:
- --disable=R,C,W
- --enable=E

0 comments on commit 57d29fe

Please sign in to comment.