Skip to content

Commit e0d236f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.1.1](pre-commit/mirrors-mypy@v1.0.0...v1.1.1) - [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](python-jsonschema/check-jsonschema@0.21.0...0.22.0)
1 parent 9506f61 commit e0d236f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.0.0
31+
rev: v1.1.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [types-requests]
@@ -48,7 +48,7 @@ repos:
4848
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
4949

5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.21.0
51+
rev: 0.22.0
5252
hooks:
5353
- id: check-github-workflows
5454
stages: [manual]

0 commit comments

Comments
 (0)