summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: eae2e3cd0649e2b89c033f61a134bdeb0cf95e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
exclude: setuptools_scm/win_py31_compat.py
repos:
-   repo: https://github.com/ambv/black
    rev: 19.10b0
    hooks:
    - id: black
      args: [--safe, --quiet]
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.4.0
    hooks:
    -   id: trailing-whitespace
    -   id: end-of-file-fixer
    -   id: check-yaml
    -   id: debug-statements
    -   id: flake8
-   repo: https://github.com/asottile/pyupgrade
    rev: v1.25.1
    hooks:
    - id: pyupgrade