2023-04-16 09:07:44 +02:00
|
|
|
---
|
2019-11-09 08:37:11 -08:00
|
|
|
# See https://pre-commit.com/hooks.html for info on hooks
|
|
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-05-30 10:49:57 -05:00
|
|
|
rev: v4.6.0
|
2019-11-09 08:37:11 -08:00
|
|
|
hooks:
|
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
- id: check-ast
|
|
|
|
|
- id: check-toml
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: debug-statements
|
|
|
|
|
- id: detect-private-key
|
|
|
|
|
- id: end-of-file-fixer
|
2023-04-16 09:07:44 +02:00
|
|
|
- id: forbid-new-submodules
|
2019-11-09 08:37:11 -08:00
|
|
|
- id: trailing-whitespace
|
2024-05-30 15:45:59 -05:00
|
|
|
|
2023-10-28 10:44:39 -07:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-05-30 10:56:06 -05:00
|
|
|
# ruff version should match the one in pyproject.toml
|
2024-05-30 10:49:57 -05:00
|
|
|
rev: v0.4.6
|
2022-08-04 15:01:17 +02:00
|
|
|
hooks:
|
2023-10-28 10:44:39 -07:00
|
|
|
- id: ruff
|
2024-05-30 09:02:23 -05:00
|
|
|
args: [--fix, --exit-non-zero-on-fix]
|
2023-10-28 10:44:39 -07:00
|
|
|
- id: ruff-format
|
2024-05-30 15:45:59 -05:00
|
|
|
|
|
|
|
|
- repo: https://github.com/rtts/djhtml
|
|
|
|
|
rev: '3.0.6'
|
|
|
|
|
hooks:
|
|
|
|
|
- id: djhtml
|
|
|
|
|
- id: djcss
|
|
|
|
|
- id: djjs
|