Skip to content

Commit

Permalink
add restriction to pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed Nov 6, 2022
1 parent 4ad7282 commit 0cbc00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repos:
rev: v2.15.5
hooks:
- id: pylint
args: ["--disable=C,R,E1136"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v2.0.0' # Use the sha / tag you want to point at
hooks:
Expand Down

0 comments on commit 0cbc00c

Please sign in to comment.