Skip to content

Commit 2228945

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.9.0](psf/black@24.10.0...25.9.0) - [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/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2) - [github.com/teemtee/tmt.git: 1.41.0 → 1.58.0](https://github.com/teemtee/tmt.git/compare/1.41.0...1.58.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/astral-sh/ruff-pre-commit: v0.9.2 → v0.13.2](astral-sh/ruff-pre-commit@v0.9.2...v0.13.2) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.34.0](python-jsonschema/check-jsonschema@0.31.0...0.34.0)
1 parent 477545f commit 2228945

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

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.10.0
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
1111
rev: v4.0.0-alpha.8
1212
hooks:
1313
- id: prettier
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-ast
@@ -26,21 +26,21 @@ repos:
2626
- id: mixed-line-ending
2727
- id: trailing-whitespace
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.14.1
29+
rev: v1.18.2
3030
hooks:
3131
- id: mypy
3232
args: [--no-strict-optional, --ignore-missing-imports]
3333
additional_dependencies:
3434
[types-setuptools, types-requests, types-Deprecated]
3535
- repo: https://github.com/teemtee/tmt.git
36-
rev: 1.41.0
36+
rev: 1.58.0
3737
hooks:
3838
- id: tmt-lint
3939
# Do not run in pre-commit.ci as it requires an internet access
4040
# for verifying imported tmt plans
4141
stages: [manual, pre-push]
4242
- repo: https://github.com/packit/pre-commit-hooks
43-
rev: v1.2.0
43+
rev: v1.3.0
4444
hooks:
4545
- id: check-rebase
4646
args:
@@ -56,12 +56,12 @@ repos:
5656
stages: [manual, pre-push]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
5858
# Ruff version.
59-
rev: v0.9.2
59+
rev: v0.13.2
6060
hooks:
6161
- id: ruff
6262
args: [--fix, --exit-non-zero-on-fix]
6363
- repo: https://github.com/python-jsonschema/check-jsonschema
64-
rev: 0.31.0
64+
rev: 0.34.0
6565
hooks:
6666
- id: check-github-workflows
6767
args: ["--verbose"]

0 commit comments

Comments
 (0)