summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 9d14a14336c41616a83a9ec3fdec7414c7c44b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.0.0
    hooks:
    -   id: check-added-large-files
    -   id: end-of-file-fixer
    -   id: flake8
        args: ['--config=setup.cfg']
        language: python
        types: [python]
        additional_dependencies: [flake8>=3.6.0]
    -   id: trailing-whitespace