Skip to content

Commit c798381

Browse files
Move towards django-rusty-template public API
- Refactor to use django-rusty-template public API - Clean public API - Approve testing base code
1 parent 0c35d09 commit c798381

36 files changed

Lines changed: 344 additions & 12816 deletions

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ repos:
2525
rev: aad66557af3b56ba6d4d69cd1b6cba87cef50cbb # frozen: v0.14.3
2626
hooks:
2727
- id: ruff-check
28-
args: [--fix, --exit-non-zero-on-fix]
28+
args: [ --fix, --exit-non-zero-on-fix ]
2929
- id: ruff-format
3030
- repo: https://github.com/AndrejOrsula/pre-commit-cargo
3131
rev: dea2de902af82db3de7418a1fcd1b0042418885f # frozen: 0.4.0
3232
hooks:
3333
- id: cargo-fmt
34+
- id: cargo-clippy
35+
args: [ "--all-targets", "--all-features", " --fix" ]
3436
- repo: https://github.com/astral-sh/uv-pre-commit
3537
rev: 6a3b6bf1868b70929458f1d4aa0a08c647b3ad45 # frozen: 0.9.7
3638
hooks:

0 commit comments

Comments
 (0)