Skip to content

Commit

Permalink
ci: check for unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Nov 24, 2021
1 parent 21b1e96 commit fd84944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -15,7 +15,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-comprehensions
args: [ "--select=E9,F63,F7,F82,C4"]
args: [ "--select=E9,F63,F7,F82,C4,F401"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
hooks:
Expand Down

0 comments on commit fd84944

Please sign in to comment.