We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a41fcc0 + 7cc6b4e commit 5b63c0bCopy full SHA for 5b63c0b
.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