Skip to content

Commit

Permalink
Merge 5c9bd98 into 26a1c8f
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 30, 2019
2 parents 26a1c8f + 5c9bd98 commit b85854c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,13 +9,16 @@ repos:
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4
rev: v1.4.3
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.2
rev: v1.3.5
hooks:
- id: reorder-python-imports
language_version: python3

0 comments on commit b85854c

Please sign in to comment.