diff options
| author | 2021-11-01 21:32:37 +0000 | |
|---|---|---|
| committer | 2021-11-01 21:32:37 +0000 | |
| commit | 872185c7ad1597c54c748feaf8cd2d1772100c69 (patch) | |
| tree | f1d102f4b35083eb0b1a707980530fd82c828a95 /.pre-commit-config.yaml | |
| parent | Address Reviews V2 (diff) | |
| parent | Merge pull request #931 from hedyhli/candy (diff) | |
Merge branch 'main' into reorder-hacktoberfest-commandsreorder-hacktoberfest-commands
Diffstat (limited to '')
| -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  |