Skip to content

Commit

Permalink
Fix flake8 pre-commit hook running through PyCharm
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Dec 19, 2020
1 parent 9799020 commit d3492b9
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 @@ -21,6 +21,6 @@ repos:
name: Flake8
description: This hook runs flake8 within our project's pipenv environment.
entry: pipenv run flake8
language: python
language: system
types: [python]
require_serial: true

0 comments on commit d3492b9

Please sign in to comment.