chore: initialize public repository
CI / checks (push) Has been cancelled

This commit is contained in:
maddin
2026-03-22 12:57:09 +00:00
commit 6fbd1bb3c2
142 changed files with 19826 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
repos:
- repo: local
hooks:
- id: policy-checks
name: Policy Checks
entry: python3 tools/policy_checks.py
language: system
pass_filenames: false
- id: djlint
name: djlint (jinja/html)
entry: python3 -m djlint app/templates --check
language: system
pass_filenames: false
- id: stylelint
name: stylelint (css)
entry: npm run lint:css
language: system
pass_filenames: false
- id: pytest-fast
name: pytest
entry: python3 -m pytest -q
language: system
pass_filenames: false