Skip to content

Commit

Permalink
Ajout de djade dans les hooks de precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok committed Jan 31, 2025
1 parent 8e0672b commit a93f328
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ repos:
- repo: https://github.com/ambv/black
rev: 24.10.0
hooks:
- id: black
language_version: python3.12
- id: black
language_version: python3.12

- repo: https://github.com/rtts/djhtml
rev: 3.0.7
- repo: https://github.com/adamchainz/djade-pre-commit
rev: "1.0.0"
hooks:
- id: djhtml
- id: djade
args: [--target-version, "5.1"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit a93f328

Please sign in to comment.