Skip to content

Commit 0239489

Browse files
authored
Merge pull request #348 from gnikonorov/add_flake_builtins_to_precommit
Add flake8-builtins plugin to the flake8 precommit hook
2 parents 8b7506f + c793449 commit 0239489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ repos:
2525
- id: flake8
2626
language_version: python3
2727
additional_dependencies:
28-
- flake8-typing-imports==1.9.0
28+
- flake8-builtins==1.5.3
29+
- flake8-typing-imports==1.9.0
2930
- repo: https://github.com/asottile/reorder_python_imports
3031
rev: v2.3.0
3132
hooks:

0 commit comments

Comments
 (0)