Skip to content

Commit 9f4a34f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.1.2 → 2.1.3](python-poetry/poetry@2.1.2...2.1.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/biomejs/pre-commit: v2.0.0-beta.1 → v2.1.1](biomejs/pre-commit@v2.0.0-beta.1...v2.1.1) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/gitleaks/gitleaks: v8.24.3 → v8.27.2](gitleaks/gitleaks@v8.24.3...v8.27.2)
1 parent 224428c commit 9f4a34f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: 2.1.2
7+
rev: 2.1.3
88
hooks:
99
- id: poetry-check
1010
- id: poetry-lock
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
name: isort (python)
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.15.0
35+
rev: v1.16.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-pyyaml==6.0.12.20240808]
@@ -46,17 +46,17 @@ repos:
4646
pass_filenames: false
4747
always_run: true
4848
- repo: https://github.com/pycqa/flake8
49-
rev: 7.2.0 # You can specify the version of Flake8 you want to use
49+
rev: 7.3.0 # You can specify the version of Flake8 you want to use
5050
hooks:
5151
- id: flake8
5252
additional_dependencies: []
5353
- repo: https://github.com/biomejs/pre-commit
54-
rev: "v2.0.0-beta.1"
54+
rev: "v2.1.1"
5555
hooks:
5656
- id: biome-check
5757
additional_dependencies: ["@biomejs/biome@1.8.3"]
5858
- repo: https://github.com/rbubley/mirrors-prettier
59-
rev: "v3.5.3"
59+
rev: "v3.6.2"
6060
hooks:
6161
- id: prettier
6262
files: \.(html|md|yml|yaml)$
@@ -66,6 +66,6 @@ repos:
6666
- id: djlint-reformat-jinja
6767
- id: djlint-jinja
6868
- repo: https://github.com/gitleaks/gitleaks
69-
rev: v8.24.3
69+
rev: v8.27.2
7070
hooks:
7171
- id: gitleaks

0 commit comments

Comments
 (0)