Skip to content

Commit 6e3f983

Browse files
committed
Ignore positional arg lint
1 parent 2e50ecf commit 6e3f983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ repos:
4747
hooks:
4848
- id: pylint
4949
name: pylint
50-
entry: pylint -rn -sn --disable=R0801
50+
entry: pylint -rn -sn --disable=R0801,R0917
5151
language: system
5252
types: [python]

0 commit comments

Comments
 (0)