Skip to content

Commit c5d8b2d

Browse files
pre-commit-ci[bot]Venefilyn
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.5](biomejs/pre-commit@v1.9.4...v2.0.0-beta.5) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.33.0](python-jsonschema/check-jsonschema@0.31.3...0.33.0)
1 parent 28e3317 commit c5d8b2d

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
@@ -10,7 +10,7 @@ repos:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: "v1.9.4" # Use the sha / tag you want to point at
13+
rev: "v2.0.0-beta.5" # Use the sha / tag you want to point at
1414
hooks:
1515
- id: biome-check
1616
additional_dependencies: ["@biomejs/biome@1.8.3"]
@@ -33,7 +33,7 @@ repos:
3333
# args:
3434
# - --parse-only
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.1.2
36+
rev: 7.2.0
3737
hooks:
3838
- id: flake8
3939
args:
@@ -47,14 +47,14 @@ repos:
4747
additional_dependencies: [types-requests, types-Flask, types-cachetools]
4848

4949
- repo: https://github.com/packit/pre-commit-hooks
50-
rev: v1.2.0
50+
rev: v1.3.0
5151
hooks:
5252
- id: check-rebase
5353
args:
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.3
57+
rev: 0.33.0
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)