Skip to content

Commit 173f61b

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.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/biomejs/pre-commit: v2.2.0 → v2.3.8](biomejs/pre-commit@v2.2.0...v2.3.8) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0)
1 parent b41c165 commit 173f61b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ 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.12.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)
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.18.2
35+
rev: v1.19.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:
@@ -60,12 +60,12 @@ repos:
6060
- id: flake8
6161
additional_dependencies: []
6262
- repo: https://github.com/biomejs/pre-commit
63-
rev: "v2.2.0"
63+
rev: "v2.3.8"
6464
hooks:
6565
- id: biome-check
6666
additional_dependencies: ["@biomejs/[email protected]"]
6767
- repo: https://github.com/rbubley/mirrors-prettier
68-
rev: "v3.6.2"
68+
rev: "v3.7.4"
6969
hooks:
7070
- id: prettier
7171
files: \.(html|md|yml|yaml)$
@@ -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.30.0
7979
hooks:
8080
- id: gitleaks

0 commit comments

Comments
 (0)