Removes json-sort pre-commit hook

Removes the json-sort pre-commit hook. It is no longer needed.
This commit is contained in:
fundor333
2025-05-28 13:11:06 +02:00
parent 9a5bfc3148
commit 73f74dd7b9

View File

@@ -5,13 +5,6 @@ repos:
hooks:
- id: djade
args: [--target-version, "4.2"] # Replace with Django version
- repo: https://github.com/tillig/json-sort-cli
rev: v1.0.0 # Use a version tag or SHA commit hash
hooks:
- id: json-sort
args:
- --autofix
- repo: https://github.com/psf/black
rev: 25.1.0
hooks: