Skip to content

Commit 184fcbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/biomejs/pre-commit: v2.2.0 → v2.3.5](biomejs/pre-commit@v2.2.0...v2.3.5) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0)
1 parent b41c165 commit 184fcbd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
name: check-yaml for other YAML files
2323
exclude: ^mkdocs\.yml$
2424
- id: check-added-large-files
25-
- repo: https://github.com/psf/black
26-
rev: 25.9.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.11.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.1
30+
rev: 7.0.0
3131
hooks:
3232
- id: isort
3333
name: isort (python)
@@ -60,7 +60,7 @@ repos:
6060
- id: flake8
6161
additional_dependencies: []
6262
- repo: https://github.com/biomejs/pre-commit
63-
rev: "v2.2.0"
63+
rev: "v2.3.5"
6464
hooks:
6565
- id: biome-check
6666
additional_dependencies: ["@biomejs/biome@1.8.3"]
@@ -75,6 +75,6 @@ repos:
7575
- id: djlint-reformat-jinja
7676
- id: djlint-jinja
7777
- repo: https://github.com/gitleaks/gitleaks
78-
rev: v8.28.0
78+
rev: v8.29.0
7979
hooks:
8080
- id: gitleaks

0 commit comments

Comments
 (0)