Skip to content

Commit 8b83959

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.11.0](psf/black-pre-commit-mirror@24.4.2...25.11.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2) - [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.28.6 → 0.34.1](python-jsonschema/check-jsonschema@0.28.6...0.34.1)
1 parent 7b242eb commit 8b83959

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# pre-commit install -t pre-commit -t pre-push
44

55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 24.4.2
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.11.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
1111
rev: v4.0.0-alpha.8
1212
hooks:
1313
- id: prettier
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-ast
@@ -28,25 +28,25 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.0
31+
rev: 7.3.0
3232
hooks:
3333
- id: flake8
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.10.1
37+
rev: v1.18.2
3838
hooks:
3939
- id: mypy
4040
args: [--no-strict-optional, --ignore-missing-imports]
4141
- repo: https://github.com/packit/pre-commit-hooks
42-
rev: v1.2.0
42+
rev: v1.3.0
4343
hooks:
4444
- id: check-rebase
4545
args:
4646
- https://github.com/packit/sandcastle.git
47-
stages: [manual, push]
47+
stages: [manual, pre-push]
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.28.6
49+
rev: 0.34.1
5050
hooks:
5151
- id: check-github-workflows
5252
args: ["--verbose"]

0 commit comments

Comments
 (0)