Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#63)
Browse files Browse the repository at this point in the history
updates:
- [github.com/john-hen/Flake8-pyproject: 1.1.0.post0 → 1.2.0](john-hen/Flake8-pyproject@1.1.0.post0...1.2.0)
- [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](pre-commit/mirrors-mypy@v0.990...v0.991)
- [github.com/python-jsonschema/check-jsonschema: 0.19.1 → 0.19.2](python-jsonschema/check-jsonschema@0.19.1...0.19.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 21, 2022
1 parent 4ac70d2 commit f1b6fd5
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 @@ -53,7 +53,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 @@ -62,7 +62,7 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.990
rev: v0.991
hooks:
- id: mypy
exclude: jupyter_client/tests
Expand All @@ -71,6 +71,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 f1b6fd5

Please sign in to comment.