Skip to content

Commit 7f724ed

Browse files
authored
Update .pre-commit-config.yaml
1 parent 7cee5d5 commit 7f724ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ repos:
2323
- id: pylint
2424
name: pylint (library code)
2525
types: [python]
26+
args:
27+
- --disable=consider-using-f-string
2628
exclude: "^(docs/|examples/|tests/|setup.py$)"
2729
- id: pylint
2830
name: pylint (example code)

0 commit comments

Comments
 (0)