diff options
| -rw-r--r-- | .pre-commit-config.yaml | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7244cb4e..a2e9a398 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,11 @@ repos:      rev: v1.5.1      hooks:        - id: python-check-blanket-noqa +  - repo: https://github.com/pycqa/isort +    rev: 5.8.0 +    hooks: +      - id: isort +        name: isort (python)    - repo: local      hooks:        - id: flake8 | 
