Skip to content

Commit 111070f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/teemtee/tmt.git: 1.57.0 → 1.58.0](https://github.com/teemtee/tmt.git/compare/1.57.0...1.58.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3)
1 parent 0b17f6d commit 111070f

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
@@ -3,7 +3,7 @@
33
# pre-commit install -t pre-commit -t pre-push
44

55
repos:
6-
- repo: https://github.com/psf/black
6+
- repo: https://github.com/psf/black-pre-commit-mirror
77
rev: 25.9.0
88
hooks:
99
- id: black
@@ -33,7 +33,7 @@ repos:
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.58.0
3737
hooks:
3838
- id: tmt-lint
3939
# Do not run in pre-commit.ci as it requires an internet access
@@ -56,7 +56,7 @@ 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.13.3
6060
hooks:
6161
- id: ruff
6262
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)