Skip to content

Commit 7b1581c

Browse files
[pre-commit.ci] pre-commit autoupdate (#283)
[pre-commit.ci] pre-commit autoupdate updates: github.com/asottile/pyupgrade: v3.15.0 → v3.19.1 github.com/psf/black: 23.12.1 → 25.1.0 github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0 github.com/PyCQA/flake8: 7.0.0 → 7.1.1 github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1 github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.31.1 Reviewed-by: František Lachman <[email protected]>
2 parents 6bf3ffb + ac07600 commit 7b1581c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.15.0
7+
rev: v3.19.1
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 23.12.1
11+
rev: 25.1.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: v4.5.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
- id: check-ast
@@ -27,14 +27,14 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: trailing-whitespace
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.0.0
30+
rev: 7.1.1
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.8.0
37+
rev: v1.14.1
3838
hooks:
3939
- id: mypy
4040
exclude: examples
@@ -46,9 +46,9 @@ repos:
4646
- id: check-rebase
4747
args:
4848
- https://github.com/packit/requre.git
49-
stages: [manual, push]
49+
stages: [manual, pre-push]
5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.28.0
51+
rev: 0.31.1
5252
hooks:
5353
- id: check-github-workflows
5454
args: ["--verbose"]

0 commit comments

Comments
 (0)