Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#165)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
- [github.com/crate-ci/typos: typos-v0.10.21 → v1.19.0](crate-ci/typos@typos-v0.10.21...v1.19.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 28b462a commit a90f6e0
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,11 +1,11 @@
# @max-sixty's standard set
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
- repo: https://github.com/keewis/blackdoc
Expand All @@ -32,7 +32,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/python-poetry/poetry
rev: 1.7.0
rev: 1.8.0
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -43,7 +43,7 @@ repos:
- prettier
- prettier-plugin-go-template
- repo: https://github.com/crate-ci/typos
rev: typos-v0.10.21
rev: v1.19.0
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand Down

0 comments on commit a90f6e0

Please sign in to comment.