diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index fa1a5f0..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -repos: -# disable due to incomaptible formatting between -# black and ruff -# TODO: replace with ruff when it works on NixOS -# - repo: https://github.com/psf/black -# rev: 24.8.0 -# hooks: -# - id: black -# - repo: https://github.com/pycqa/isort -# rev: 5.13.2 -# hooks: -# - id: isort -# name: isort (python) -- repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.34.0 - hooks: - - id: djlint-reformat-django - args: ["--ignore", "H011"] - - id: djlint-django - args: ["--ignore", "H011"]