Skip to content

Commit d03b865

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.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/biomejs/pre-commit: v2.0.0-beta.5 → v2.2.5](biomejs/pre-commit@v2.0.0-beta.5...v2.2.5) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.1](python-jsonschema/check-jsonschema@0.33.0...0.34.1)
1 parent c5d8b2d commit d03b865

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
@@ -4,18 +4,18 @@
44

55
exclude: ^frontend/src/routeTree.gen.ts$
66
repos:
7-
- repo: https://github.com/psf/black
8-
rev: 25.1.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 25.9.0
99
hooks:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: "v2.0.0-beta.5" # Use the sha / tag you want to point at
13+
rev: "v2.2.5" # Use the sha / tag you want to point at
1414
hooks:
1515
- id: biome-check
1616
additional_dependencies: ["@biomejs/[email protected]"]
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -33,14 +33,14 @@ repos:
3333
# args:
3434
# - --parse-only
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.2.0
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939
args:
4040
- --max-line-length=100
4141
- --per-file-ignores=packit_dashboard/packit_dashboard.wsgi:F401,E402
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.15.0
43+
rev: v1.18.2
4444
hooks:
4545
- id: mypy
4646
args: [--no-strict-optional, --ignore-missing-imports]
@@ -54,7 +54,7 @@ repos:
5454
- https://github.com/packit/dashboard.git
5555
stages: [manual, pre-push]
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.33.0
57+
rev: 0.34.1
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)