Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#130)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0)
- [github.com/crate-ci/typos: typos-dict-v0.11.3 → v1.16.23](crate-ci/typos@typos-dict-v0.11.3...v1.16.23)

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 13, 2023
1 parent e1bc744 commit 3c78af3
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
@@ -1,11 +1,11 @@
# @max-sixty's standard set
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.5
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.0
hooks:
- id: mypy
- repo: https://github.com/keewis/blackdoc
Expand All @@ -14,7 +14,7 @@ repos:
- id: blackdoc
# black should go at the end, since it's the most likely to change others' changes.
- repo: https://github.com/psf/black
rev: "23.10.1"
rev: "23.11.0"
hooks:
- id: black
# This doesn't seem to work from pre-commit.ci; which may not have internet access
Expand All @@ -38,14 +38,14 @@ repos:
# https://github.com/python-poetry/poetry/issues/7029
args: ["--check"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-go-template
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.3
rev: v1.16.23
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand Down

0 comments on commit 3c78af3

Please sign in to comment.