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

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

parent d7dd2301
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,8 @@ repos:
rev: stable
hooks:
- 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