Skip to content

Commit 973ee39

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.18.0](asottile/pyupgrade@v3.15.0...v3.18.0) - [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2) - [github.com/teemtee/tmt.git: 1.31.0 → 1.37.0](https://github.com/teemtee/tmt.git/compare/1.31.0...1.37.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.29.4](python-jsonschema/check-jsonschema@0.28.0...0.29.4)
1 parent 4ab4336 commit 973ee39

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

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.15.0
7+
rev: v3.18.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 24.2.0
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
1515
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -32,7 +32,7 @@ repos:
3232
- id: mixed-line-ending
3333
- id: trailing-whitespace
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8
3838
args:
@@ -45,27 +45,27 @@ repos:
4545
- id: isort
4646
args: [--profile, black]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.8.0
48+
rev: v1.11.2
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.31.0
55+
rev: 1.37.0
5656
hooks:
5757
- id: tmt-lint
5858
# linting of the reverse-dependency tests requires internet access
59-
stages: [manual, push]
59+
stages: [manual, pre-push]
6060
- repo: https://github.com/packit/pre-commit-hooks
6161
rev: v1.2.0
6262
hooks:
6363
- id: check-rebase
6464
args:
6565
- https://github.com/packit/specfile.git
66-
stages: [manual, push]
66+
stages: [manual, pre-push]
6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.28.0
68+
rev: 0.29.4
6969
hooks:
7070
- id: check-github-workflows
7171
args: ["--verbose"]

0 commit comments

Comments
 (0)