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