Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5efc0d

Browse files
authoredMar 3, 2025··
[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/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/teemtee/tmt.git: 1.41.0 → 1.43.0](https://github.com/teemtee/tmt.git/compare/1.41.0...1.43.0) - [github.com/packit/requre: 0.8.4 → 0.9.0](packit/requre@0.8.4...0.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.2...v0.9.9) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.2](python-jsonschema/check-jsonschema@0.31.0...0.31.2)
1 parent 5326c59 commit f5efc0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.10.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -26,14 +26,14 @@ 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.15.0
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.43.0
3737
hooks:
3838
- id: tmt-lint
3939
# Do not run in pre-commit.ci as it requires an internet access
@@ -49,19 +49,19 @@ repos:
4949
# to verify the rebasing
5050
stages: [manual, pre-push]
5151
- repo: https://github.com/packit/requre
52-
rev: 0.8.4
52+
rev: 0.9.0
5353
hooks:
5454
- id: requre-purge
5555
# Do not run in pre-commit.ci as it requires too much time
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.9.9
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.31.2
6565
hooks:
6666
- id: check-github-workflows
6767
args: ["--verbose"]

0 commit comments

Comments
 (0)
Please sign in to comment.