Skip to content

Commit 23f8623

Browse files
authored
Update .pre-commit-config.yaml
1 parent 283bb19 commit 23f8623

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ repos:
2424
hooks:
2525
- id: flake8
2626
language_version: python3
27-
additional_dependencies: [flake8-typing-imports==1.9.0, flake8-builtins==1.5.3]
27+
additional_dependencies:
28+
- flake8-builtins==1.5.3
29+
- flake8-typing-imports==1.9.0
2830
- repo: https://github.com/asottile/reorder_python_imports
2931
rev: v2.3.0
3032
hooks:

0 commit comments

Comments
 (0)