Skip to content
Snippets Groups Projects
Commit 2e9da12d authored by Moul's avatar Moul
Browse files

[enh] #401: Introduce isort pre-commit hook

parent 0610481f
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,8 @@ repos: ...@@ -3,3 +3,8 @@ repos:
rev: stable rev: stable
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
hooks:
- id: isort
args: ["--profile", "black"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment