.pre-commit-config.yaml 581 Bytes
Newer Older
Anthony Sottile's avatar
Anthony Sottile committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
-   repo: https://github.com/pre-commit/pre-commit-hooks
    sha: v0.7.1
    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/asottile/reorder_python_imports
    sha: v0.3.1
    hooks:
    -   id: reorder-python-imports
Anthony Sottile's avatar
Anthony Sottile committed
17
-   repo: https://github.com/asottile/add-trailing-comma
Anthony Sottile's avatar
Anthony Sottile committed
18
    sha: v0.3.0
Anthony Sottile's avatar
Anthony Sottile committed
19 20
    hooks:
    -   id: add-trailing-comma