Skip to content

Commit

Permalink
Merge 4654198 into 574d5d6
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 19, 2018
2 parents 574d5d6 + 4654198 commit fec1ea3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
@@ -1,17 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.2
rev: v2.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
- id: check-docstring-first
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
sha: v0.3.5
rev: v1.3.2
hooks:
- id: reorder-python-imports
language_version: python3

0 comments on commit fec1ea3

Please sign in to comment.