Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#619)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: typos-dict-v0.11.37 → v1.28.4](crate-ci/typos@typos-dict-v0.11.37...v1.28.4)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.2...v0.8.4)

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 28, 2024
1 parent 4d48f25 commit 153af7e
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 @@ -19,7 +19,7 @@ repos:
- id: debug-statements

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

Expand All @@ -42,13 +42,13 @@ repos:
args: [--target-version, "5.1"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py313]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.2'
rev: 'v0.8.4'
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 153af7e

Please sign in to comment.