Skip to content

Commit b035ff5

Browse files
committed
Remove flynt as a local pre-commit hook
`pyupgrade` upgrades `%` and `.format()` usage to f-strings.
1 parent 4b996e7 commit b035ff5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ repos:
1717

1818
- repo: local
1919
hooks:
20-
- id: flynt
21-
name: Convert to f-strings with flynt
22-
entry: flynt
23-
language: python
24-
additional_dependencies: ['flynt==0.76']
25-
2620
- id: black
2721
name: black
2822
entry: black

0 commit comments

Comments
 (0)