Skip to content

Commit dc3a8fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.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.33.0](python-jsonschema/check-jsonschema@0.31.1...0.33.0) - [github.com/teemtee/tmt.git: 1.41.0 → 1.49.0](https://github.com/teemtee/tmt.git/compare/1.41.0...1.49.0)
1 parent 92b5c15 commit dc3a8fa

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,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.19.1
7+
rev: v3.20.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
@@ -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.2.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.15.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.33.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.49.0
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)