Skip to content

Commit 803776b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.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.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/teemtee/tmt.git: 1.43.0 → 1.60.0](https://github.com/teemtee/tmt.git/compare/1.43.0...1.60.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.3 → 0.34.1](python-jsonschema/check-jsonschema@0.31.3...0.34.1) - [github.com/crate-ci/typos: v1.36.2 → v1](crate-ci/typos@v1.36.2...v1)
1 parent c266087 commit 803776b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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.19.1
7+
rev: v3.21.0
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.9.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: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -32,20 +32,20 @@ repos:
3232
- id: mixed-line-ending
3333
- id: trailing-whitespace
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.2
35+
rev: 7.3.0
3636
hooks:
3737
- id: flake8
3838
args:
3939
- --max-line-length=100
4040
# https://github.com/PyCQA/pycodestyle/issues/373
4141
- --extend-ignore=E203
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 6.0.1
43+
rev: 7.0.0
4444
hooks:
4545
- id: isort
4646
args: [--profile, black]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.15.0
48+
rev: v1.18.2
4949
hooks:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
@@ -57,20 +57,20 @@ 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.43.0
60+
rev: 1.60.0
6161
hooks:
6262
- id: tmt-lint
6363
# linting of the reverse-dependency tests requires internet access
6464
stages: [manual, pre-push]
6565
- repo: https://github.com/packit/pre-commit-hooks
66-
rev: v1.2.0
66+
rev: v1.3.0
6767
hooks:
6868
- id: check-rebase
6969
args:
7070
- https://github.com/packit/specfile.git
7171
stages: [manual, pre-push]
7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.31.3
73+
rev: 0.34.1
7474
hooks:
7575
- id: check-github-workflows
7676
args: ["--verbose"]
@@ -85,7 +85,7 @@ repos:
8585
- --comment-style
8686
- "#"
8787
- repo: https://github.com/crate-ci/typos
88-
rev: v1.36.2
88+
rev: v1
8989
hooks:
9090
- id: typos
9191
args: [--config, _typos.toml]

0 commit comments

Comments
 (0)