Skip to content

Commit

Permalink
Restore pre-commit flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Nov 1, 2018
1 parent bfc3094 commit b0c587c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ repos:
rev: stable
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: flake8
- repo: https://github.com/prettier/prettier
rev: 1.14.3
hooks:
Expand Down

0 comments on commit b0c587c

Please sign in to comment.