Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#804)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2022
1 parent d344d48 commit d2bc579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
args: [--profile=black]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.990
rev: v0.991
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand Down Expand Up @@ -71,7 +71,7 @@ repos:
stages: [manual]

- repo: https://github.com/john-hen/Flake8-pyproject
rev: 1.1.0.post0
rev: 1.2.0
hooks:
- id: Flake8-pyproject
alias: flake8
Expand All @@ -80,6 +80,6 @@ repos:
stages: [manual]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.1
rev: 0.19.2
hooks:
- id: check-github-workflows

0 comments on commit d2bc579

Please sign in to comment.