Skip to content

Commit 20781d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.19.0](pre-commit/mirrors-mypy@v1.14.1...v1.19.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.1 → 0.35.0](python-jsonschema/check-jsonschema@0.31.1...0.35.0) - [github.com/teemtee/tmt.git: 1.41.0 → 1.62.1](https://github.com/teemtee/tmt.git/compare/1.41.0...1.62.1)
1 parent e6e2f4a commit 20781d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.1
7+
rev: v3.21.2
88
hooks:
99
- id: pyupgrade
10-
- repo: https://github.com/psf/black
11-
rev: 25.1.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.11.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,7 +17,7 @@ repos:
1717
- id: prettier
1818
exclude: tests/data/.+
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
- id: check-ast
@@ -27,28 +27,28 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: trailing-whitespace
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.1
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
exclude: examples
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.14.1
37+
rev: v1.19.0
3838
hooks:
3939
- id: mypy
4040
exclude: examples
4141
args: [--no-strict-optional, --ignore-missing-imports]
4242
additional_dependencies: [types-click, types-requests, types-PyYAML]
4343
- repo: https://github.com/packit/pre-commit-hooks
44-
rev: v1.2.0
44+
rev: v1.3.0
4545
hooks:
4646
- id: check-rebase
4747
args:
4848
- https://github.com/packit/requre.git
4949
stages: [manual, pre-push]
5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.31.1
51+
rev: 0.35.0
5252
hooks:
5353
- id: check-github-workflows
5454
args: ["--verbose"]
@@ -63,7 +63,7 @@ repos:
6363
- --comment-style
6464
- "#"
6565
- repo: https://github.com/teemtee/tmt.git
66-
rev: 1.41.0
66+
rev: 1.62.1
6767
hooks:
6868
- id: tmt-lint
6969
# Do not run in pre-commit.ci as it requires an internet access

0 commit comments

Comments
 (0)