Skip to content

Commit

Permalink
Add flake8-builtins plugin to the flake8 precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikonorov committed Oct 17, 2020
1 parent e572bd8 commit 283bb19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ repos:
hooks:
- id: flake8
language_version: python3
additional_dependencies:
- flake8-typing-imports==1.9.0
additional_dependencies: [flake8-typing-imports==1.9.0, flake8-builtins==1.5.3]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
hooks:
Expand Down

0 comments on commit 283bb19

Please sign in to comment.