Skip to content

Commit a564b42

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 01fbb86 commit a564b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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.29.4
18+
rev: 0.31.0
1919
hooks:
2020
- id: check-github-workflows
2121
- id: check-dependabot
@@ -25,7 +25,7 @@ repos:
2525
- id: prettier
2626
types_or: [markdown, yaml]
2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.13.2
28+
rev: 6.0.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/PyCQA/autoflake
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.0
40+
rev: v3.19.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: flake8
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.13.0
49+
rev: v1.14.1
5050
hooks:
5151
- id: mypy
5252
additional_dependencies:

0 commit comments

Comments
 (0)