We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acf8a8 commit a68f4d3Copy full SHA for a68f4d3
.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,duplicate-code
+ - --disable=consider-using-f-string
28
exclude: "^(docs/|examples/|tests/|setup.py$)"
29
- id: pylint
30
name: pylint (example code)
0 commit comments