Skip to content

Commit b57c86c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 8d66769 commit b57c86c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.32.1
18+
rev: 0.33.0
1919
hooks:
2020
- id: check-github-workflows
2121
- id: check-dependabot
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.1
40+
rev: v3.20.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py39-plus]
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: flake8
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.15.0
49+
rev: v1.16.0
5050
hooks:
5151
- id: mypy
5252
additional_dependencies:

0 commit comments

Comments
 (0)