Skip to content

Commit a401767

Browse files
authored
Merge pull request #3 from tekktrik/dev/disable-f-string-in-yaml
Disable f-strings in .pre-commit-config.yaml
2 parents 27c570b + 8e31584 commit a401767

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)