Skip to content

Commit 889bdbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/teemtee/tmt.git: 1.43.0 → 1.45.0](https://github.com/teemtee/tmt.git/compare/1.43.0...1.45.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1)
1 parent 20eec88 commit 889bdbd

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
@@ -32,7 +32,7 @@ repos:
3232
- id: mixed-line-ending
3333
- id: trailing-whitespace
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.2
35+
rev: 7.2.0
3636
hooks:
3737
- id: flake8
3838
args:
@@ -54,7 +54,7 @@ repos:
5454
# This file is overridden by a type stub
5555
exclude: "specfile/context_management.py"
5656
- repo: https://github.com/teemtee/tmt.git
57-
rev: 1.43.0
57+
rev: 1.45.0
5858
hooks:
5959
- id: tmt-lint
6060
# linting of the reverse-dependency tests requires internet access
@@ -67,7 +67,7 @@ repos:
6767
- https://github.com/packit/specfile.git
6868
stages: [manual, pre-push]
6969
- repo: https://github.com/python-jsonschema/check-jsonschema
70-
rev: 0.31.3
70+
rev: 0.32.1
7171
hooks:
7272
- id: check-github-workflows
7373
args: ["--verbose"]

0 commit comments

Comments
 (0)