Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.275...v0.0.277)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
- [github.com/crate-ci/typos: typos-dict-v0.10.6 → v1.16.0](crate-ci/typos@typos-dict-v0.10.6...v1.16.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2023
1 parent 1d94ec6 commit a06eed4
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
@@ -1,7 +1,7 @@
# @max-sixty's standard set
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down Expand Up @@ -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.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-go-template
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.10.6
rev: v1.16.0
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand Down

0 comments on commit a06eed4

Please sign in to comment.