We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 781f46b + bb5e9b7 commit 5b4f87fCopy full SHA for 5b4f87f
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
name: pylint (library code)
25
types: [python]
26
args:
27
- - --disable=consider-using-f-string
+ - --disable=consider-using-f-string,duplicate-code
28
exclude: "^(docs/|examples/|tests/|setup.py$)"
29
- id: pylint
30
name: pylint (example code)
0 commit comments