pre-commit hook: disable isort
This commit is contained in:
parent
315e22a8ac
commit
af06d07ee3
|
@ -6,11 +6,11 @@ repos:
|
||||||
# rev: 24.8.0
|
# rev: 24.8.0
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: black
|
# - id: black
|
||||||
- repo: https://github.com/pycqa/isort
|
# - repo: https://github.com/pycqa/isort
|
||||||
rev: 5.13.2
|
# rev: 5.13.2
|
||||||
hooks:
|
# hooks:
|
||||||
- id: isort
|
# - id: isort
|
||||||
name: isort (python)
|
# name: isort (python)
|
||||||
- repo: https://github.com/Riverside-Healthcare/djLint
|
- repo: https://github.com/Riverside-Healthcare/djLint
|
||||||
rev: v1.34.0
|
rev: v1.34.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue