summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
blob: 0027e49df4bde46e2ade783b0879732fc43901ea (plain)
1
2
3
4
5
6
7
-   id: isort
    name: isort
    entry: isort
    require_serial: true
    language: python
    types: [python]
    args: ['--filter-files']