Skip to content

Commit 1113181

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
1 parent 01508e7 commit 1113181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
exclude: ^frontend/src/routeTree.gen.ts$
66
repos:
77
- repo: https://github.com/psf/black
8-
rev: 24.10.0
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
language_version: python3
@@ -33,14 +33,14 @@ repos:
3333
# args:
3434
# - --parse-only
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.1.1
36+
rev: 7.1.2
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.14.1
43+
rev: v1.15.0
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.31.0
57+
rev: 0.31.1
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)