Skip to content

Commit 0aacf3a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/teemtee/tmt.git: 1.57.0 → 1.62.1](https://github.com/teemtee/tmt.git/compare/1.57.0...1.62.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.1...v0.14.7) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.35.0](python-jsonschema/check-jsonschema@0.34.0...0.35.0)
1 parent eebb4b2 commit 0aacf3a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# pre-commit install -t pre-commit -t pre-push
44

55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 25.9.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.11.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.18.2
29+
rev: v1.19.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.57.0
36+
rev: 1.62.1
3737
hooks:
3838
- id: tmt-lint
3939
# Do not run in pre-commit.ci as it requires an internet access
@@ -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.13.1
59+
rev: v0.14.7
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.34.0
64+
rev: 0.35.0
6565
hooks:
6666
- id: check-github-workflows
6767
args: ["--verbose"]

0 commit comments

Comments
 (0)