pre-commit hook: disable isort

This commit is contained in:
Lukáš Kucharczyk 2024-11-13 21:06:38 +01:00
parent 315e22a8ac
commit af06d07ee3
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 5 additions and 5 deletions

View File

@ -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: