summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 9fd0eeee6ca0cce98405160b74ab90cc918d1614 (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/python/black
    rev: 21.9b0
    hooks:
    -   id: black

-   repo: https://github.com/sqlalchemyorg/zimports
    rev: v0.4.1
    hooks:
    -   id: zimports