Skip to content

Commit 8e31584

Browse files
committed
Disable f-strings in .pre-commit-config.yaml
1 parent 27c570b commit 8e31584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
name: pylint (library code)
2525
types: [python]
2626
exclude: "^(docs/|examples/|tests/|setup.py$)"
27+
args: ["--disable=consider-using-f-string"]
2728
- repo: local
2829
hooks:
2930
- id: pylint_examples

0 commit comments

Comments
 (0)