Skip to content

Commit e5fc624

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.46.0](https://github.com/teemtee/tmt.git/compare/1.43.0...1.46.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.33.0](python-jsonschema/check-jsonschema@0.31.3...0.33.0)
1 parent e059c30 commit e5fc624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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:
@@ -57,20 +57,20 @@ 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.43.0
60+
rev: 1.46.0
6161
hooks:
6262
- id: tmt-lint
6363
# linting of the reverse-dependency tests requires internet access
6464
stages: [manual, pre-push]
6565
- repo: https://github.com/packit/pre-commit-hooks
66-
rev: v1.2.0
66+
rev: v1.3.0
6767
hooks:
6868
- id: check-rebase
6969
args:
7070
- https://github.com/packit/specfile.git
7171
stages: [manual, pre-push]
7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.31.3
73+
rev: 0.33.0
7474
hooks:
7575
- id: check-github-workflows
7676
args: ["--verbose"]

0 commit comments

Comments
 (0)