Skip to content

Commit 8a8a274

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.5.0 → 26.5.1](psf/black-pre-commit-mirror@26.5.0...26.5.1) - [github.com/teemtee/tmt.git: 1.73.0 → 1.75.0](https://github.com/teemtee/tmt.git/compare/1.73.0...1.75.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](python-jsonschema/check-jsonschema@0.37.2...0.37.4)
1 parent 2dc72c0 commit 8a8a274

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 26.5.0
11+
rev: 26.5.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -57,7 +57,7 @@ repos:
5757
# This file is overridden by a type stub
5858
exclude: "specfile/context_management.py"
5959
- repo: https://github.com/teemtee/tmt.git
60-
rev: 1.73.0
60+
rev: 1.75.0
6161
hooks:
6262
- id: tmt-lint
6363
# linting of the reverse-dependency tests requires internet access
@@ -70,7 +70,7 @@ repos:
7070
- https://github.com/packit/specfile.git
7171
stages: [manual, pre-push]
7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.37.2
73+
rev: 0.37.4
7474
hooks:
7575
- id: check-github-workflows
7676
args: ["--verbose"]

0 commit comments

Comments
 (0)