Skip to content

Commit 6775971

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.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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/mirrors-mypy: v1.17.0 → v1.18.2](pre-commit/mirrors-mypy@v1.17.0...v1.18.2)
1 parent d26282a commit 6775971

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.34.0
1919
hooks:
2020
- id: check-github-workflows
2121
- id: check-dependabot
@@ -25,15 +25,15 @@ repos:
2525
- id: prettier
2626
types_or: [markdown, yaml]
2727
- repo: https://github.com/pycqa/isort
28-
rev: 6.0.1
28+
rev: 6.1.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.9.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/pyupgrade
@@ -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)