Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ repos:
name: check-yaml for other YAML files
exclude: ^mkdocs\.yml$
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 25.9.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 7.0.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -60,12 +60,12 @@ repos:
- id: flake8
additional_dependencies: []
- repo: https://github.com/biomejs/pre-commit
rev: "v2.2.0"
rev: "v2.3.10"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.8.3"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.6.2"
rev: "v3.7.4"
hooks:
- id: prettier
files: \.(html|md|yml|yaml)$
Expand All @@ -75,6 +75,6 @@ repos:
- id: djlint-reformat-jinja
- id: djlint-jinja
- repo: https://github.com/gitleaks/gitleaks
rev: v8.28.0
rev: v8.30.0
hooks:
- id: gitleaks
Loading