Skip to content

Commit

Permalink
flake8 ignore F401
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaitlingo committed Jun 28, 2023
1 parent 978431a commit f1f1741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v2.3.0
hooks:
- id: flake8
args: ["--ignore=F821,E133,E203"]
args: ["--ignore=F821,E133,E203,F401"]
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit f1f1741

Please sign in to comment.