Skip to content

Commit

Permalink
Tell flake8 about _
Browse files Browse the repository at this point in the history
  • Loading branch information
fosJoddie committed Aug 23, 2021
1 parent fec4631 commit c3a7be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repos:
- id: flake8
language_version: python3
additional_dependencies: [flake8-bugbear, flake8-logging-format, flake8-variables-names, pep8-naming, flake8-eradicate]
args: [ --builtins=_ ]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.3
hooks:
Expand Down

0 comments on commit c3a7be2

Please sign in to comment.