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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.2.0](pre-commit/mirrors-mypy@v1.0.0...v1.2.0)
- [github.com/john-hen/Flake8-pyproject: 1.2.2 → 1.2.3](john-hen/Flake8-pyproject@1.2.2...1.2.3)
- [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 Apr 10, 2023
1 parent 89953ac commit ff6ecbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -28,7 +28,7 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.2.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
Expand All @@ -40,15 +40,15 @@ repos:
args: [--py37-plus]

- repo: https://github.com/john-hen/Flake8-pyproject
rev: 1.2.2
rev: 1.2.3
hooks:
- id: Flake8-pyproject
alias: flake8
additional_dependencies:
["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 ff6ecbd

Please sign in to comment.