Skip to content

Commit 3bc9e5c

Browse files
pre-commit-ci[bot]Venefilyn
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v0.5.0 → v0.6.1](biomejs/pre-commit@v0.5.0...v0.6.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0)
1 parent ea5e43a commit 3bc9e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: "v0.5.0" # Use the sha / tag you want to point at
13+
rev: "v0.6.1" # Use the sha / tag you want to point at
1414
hooks:
1515
- id: biome-check
1616
additional_dependencies: ["@biomejs/[email protected]"]
@@ -40,7 +40,7 @@ repos:
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.13.0
43+
rev: v1.14.1
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.29.4
57+
rev: 0.31.0
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)