Skip to content

Commit 283bb19

Browse files
committed
Add flake8-builtins plugin to the flake8 precommit hook
1 parent e572bd8 commit 283bb19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ repos:
2424
hooks:
2525
- id: flake8
2626
language_version: python3
27-
additional_dependencies:
28-
- flake8-typing-imports==1.9.0
27+
additional_dependencies: [flake8-typing-imports==1.9.0, flake8-builtins==1.5.3]
2928
- repo: https://github.com/asottile/reorder_python_imports
3029
rev: v2.3.0
3130
hooks:

0 commit comments

Comments
 (0)