Skip to content

Commit 850f6dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/python-jsonschema/check-jsonschema: 0.33.2 → 0.35.0](python-jsonschema/check-jsonschema@0.33.2...0.35.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.18.2](pre-commit/mirrors-mypy@v1.17.0...v1.18.2)
1 parent d26282a commit 850f6dc

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
- id: python-check-mock-methods
1616
- id: python-check-blanket-type-ignore
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.33.2
18+
rev: 0.35.0
1919
hooks:
2020
- id: check-github-workflows
2121
- id: check-dependabot
@@ -25,19 +25,19 @@ repos:
2525
- id: prettier
2626
types_or: [markdown, yaml]
2727
- repo: https://github.com/pycqa/isort
28-
rev: 6.0.1
28+
rev: 7.0.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/PyCQA/autoflake
3232
rev: v2.3.1
3333
hooks:
3434
- id: autoflake
35-
- repo: https://github.com/psf/black
36-
rev: 25.1.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.20.0
40+
rev: v3.21.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py310-plus]
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: flake8
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.17.0
49+
rev: v1.18.2
5050
hooks:
5151
- id: mypy
5252
additional_dependencies:

0 commit comments

Comments
 (0)