Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Mar 14, 2023
1 parent 9506f61 commit e0d236f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
files: \.py$

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

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.22.0
hooks:
- id: check-github-workflows
stages: [manual]

0 comments on commit e0d236f

Please sign in to comment.