Skip to content

Commit

Permalink
use new flake8 pre-commit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkess committed Feb 16, 2019
1 parent 2d8bc9d commit fe64a23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ repos:
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: file-contents-sorter
- id: flake8
- id: mixed-line-ending
- id: name-tests-test
- id: requirements-txt-fixer
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.3'
hooks:
- id: flake8
language_version: python3.5
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4
hooks:
Expand Down

0 comments on commit fe64a23

Please sign in to comment.