Skip to content

Commit

Permalink
Use new flake8 pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 31, 2019
1 parent af35f2a commit 1a90857
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ repos:
# override until resolved: https://github.com/ambv/black/issues/402
files: \.pyi?$
types: []

- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.3'
hooks:
- id: flake8
language_version: python3.7

- repo: https://github.com/asottile/seed-isort-config
rev: v1.5.0
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.4
hooks:
Expand All @@ -23,5 +31,3 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: flake8
language_version: python3.7

0 comments on commit 1a90857

Please sign in to comment.