Skip to content
Snippets Groups Projects
Commit 7c917e23 authored by Moul's avatar Moul
Browse files

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

parent 91fde926
No related branches found
No related tags found
1 merge request!183#355, #401: Introduce isort and gitlab-ci-linter pre-commit hooks
...@@ -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