Skip to content

Commit 01f6a7c

Browse files
[pre-commit.ci] pre-commit autoupdate (#452)
[pre-commit.ci] pre-commit autoupdate updates: github.com/PyCQA/flake8: 7.1.1 → 7.1.2 github.com/PyCQA/isort: 6.0.0 → 6.0.1 github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0 github.com/teemtee/tmt.git: 1.41.0 → 1.43.0 github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.3 Reviewed-by: František Lachman <[email protected]>
2 parents a12a617 + c461b45 commit 01f6a7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ repos:
3232
- id: mixed-line-ending
3333
- id: trailing-whitespace
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.1
35+
rev: 7.1.2
3636
hooks:
3737
- id: flake8
3838
args:
3939
- --max-line-length=100
4040
# https://github.com/PyCQA/pycodestyle/issues/373
4141
- --extend-ignore=E203
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 6.0.0
43+
rev: 6.0.1
4444
hooks:
4545
- id: isort
4646
args: [--profile, black]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.14.1
48+
rev: v1.15.0
4949
hooks:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
@@ -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.41.0
57+
rev: 1.43.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.1
70+
rev: 0.31.3
7171
hooks:
7272
- id: check-github-workflows
7373
args: ["--verbose"]

0 commit comments

Comments
 (0)