Skip to content

Commit

Permalink
chore(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.15.9 → typos-dict-v0.10.6](crate-ci/typos@v1.15.9...typos-dict-v0.10.6)
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.275...v0.0.276)
- [github.com/python-poetry/poetry: 1.5.1 → 1.5.0](python-poetry/poetry@1.5.1...1.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 6bd957f commit d5ae49e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.15.9
rev: typos-dict-v0.10.6
hooks:
- id: typos

Expand All @@ -33,7 +33,7 @@ repos:
- id: check-renovate

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.276
hooks:
- id: ruff
args: [--fix]
Expand All @@ -51,7 +51,7 @@ repos:
- types-requests

- repo: https://github.com/python-poetry/poetry
rev: 1.5.1
rev: 1.5.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit d5ae49e

Please sign in to comment.