Skip to content

Commit 559aa26

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/teemtee/tmt.git: 1.38.0 → 1.41.0](https://github.com/teemtee/tmt.git/compare/1.38.0...1.41.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.1](python-jsonschema/check-jsonschema@0.29.4...0.31.1)
1 parent 6d1890a commit 559aa26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.19.0
7+
rev: v3.19.1
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 24.10.0
11+
rev: 25.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -40,19 +40,19 @@ repos:
4040
# https://github.com/PyCQA/pycodestyle/issues/373
4141
- --extend-ignore=E203
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 5.13.2
43+
rev: 6.0.0
4444
hooks:
4545
- id: isort
4646
args: [--profile, black]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.13.0
48+
rev: v1.14.1
4949
hooks:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
5252
additional_dependencies:
5353
[types-setuptools, types-requests, types-python-dateutil]
5454
- repo: https://github.com/teemtee/tmt.git
55-
rev: 1.38.0
55+
rev: 1.41.0
5656
hooks:
5757
- id: tmt-lint
5858
# linting of the reverse-dependency tests requires internet access
@@ -65,7 +65,7 @@ repos:
6565
- https://github.com/packit/specfile.git
6666
stages: [manual, pre-push]
6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.29.4
68+
rev: 0.31.1
6969
hooks:
7070
- id: check-github-workflows
7171
args: ["--verbose"]

0 commit comments

Comments
 (0)