Skip to content

Commit e8fbc67

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.4 → 2.0.1](python-poetry/poetry@1.8.4...2.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/biomejs/pre-commit: v0.5.0 → v0.6.1](biomejs/pre-commit@v0.5.0...v0.6.1) - [github.com/rbubley/mirrors-prettier: v3.4.0 → v3.5.0](rbubley/mirrors-prettier@v3.4.0...v3.5.0) - [github.com/djlint/djLint: v1.36.1 → v1.36.4](djlint/djLint@v1.36.1...v1.36.4) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.23.3](gitleaks/gitleaks@v8.21.2...v8.23.3)
1 parent 693371c commit e8fbc67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
- pytest
55
repos:
66
- repo: https://github.com/python-poetry/poetry
7-
rev: 1.8.4
7+
rev: 2.0.1
88
hooks:
99
- id: poetry-check
1010
- id: poetry-lock
@@ -23,16 +23,16 @@ repos:
2323
exclude: ^mkdocs\.yml$
2424
- id: check-added-large-files
2525
- repo: https://github.com/psf/black
26-
rev: 24.10.0
26+
rev: 25.1.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.0
3131
hooks:
3232
- id: isort
3333
name: isort (python)
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.13.0
35+
rev: v1.15.0
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-pyyaml==6.0.12.20240808]
@@ -51,21 +51,21 @@ repos:
5151
- id: flake8
5252
additional_dependencies: []
5353
- repo: https://github.com/biomejs/pre-commit
54-
rev: "v0.5.0"
54+
rev: "v0.6.1"
5555
hooks:
5656
- id: biome-check
5757
additional_dependencies: ["@biomejs/[email protected]"]
5858
- repo: https://github.com/rbubley/mirrors-prettier
59-
rev: "v3.4.0"
59+
rev: "v3.5.0"
6060
hooks:
6161
- id: prettier
6262
files: \.(html|md|yml|yaml)$
6363
- repo: https://github.com/djlint/djLint
64-
rev: v1.36.1
64+
rev: v1.36.4
6565
hooks:
6666
- id: djlint-reformat-jinja
6767
- id: djlint-jinja
6868
- repo: https://github.com/gitleaks/gitleaks
69-
rev: v8.21.2
69+
rev: v8.23.3
7070
hooks:
7171
- id: gitleaks

0 commit comments

Comments
 (0)