Skip to content

Commit f892d40

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/PyCQA/isort: 9.0.0a3 → 9.0.0b1](PyCQA/isort@9.0.0a3...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) - [github.com/teemtee/tmt.git: 1.73.0 → 1.76.0](https://github.com/teemtee/tmt.git/compare/1.73.0...1.76.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 377a90e commit f892d40

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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
@@ -40,12 +40,12 @@ repos:
4040
# https://github.com/PyCQA/pycodestyle/issues/373
4141
- --extend-ignore=E203
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 9.0.0a3
43+
rev: 9.0.0b1
4444
hooks:
4545
- id: isort
4646
args: [--profile, black]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v2.1.0
48+
rev: v2.3.0
4949
hooks:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
@@ -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.76.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)