Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#74)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.27.1 →
0.27.2](python-jsonschema/check-jsonschema@0.27.1...0.27.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 →
v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6)
- [github.com/psf/black: 23.10.1 →
23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/tox-dev/pyproject-fmt: 1.4.1 →
1.5.3](tox-dev/pyproject-fmt@1.4.1...1.5.3)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 →
v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 6ddd45a commit bf1d805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ repos:
- id: check-added-large-files

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.4
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.4.1"
rev: "1.5.3"
hooks:
- id: pyproject-fmt

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit bf1d805

Please sign in to comment.