Skip to content

Commit

Permalink
Merge pull request #148 from AtticusZeller/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
⬆ [pre-commit.ci] pre-commit autoupdate
  • Loading branch information
AtticusZeller authored Feb 4, 2025
2 parents fd93bb8 + 0180895 commit f76ec6a
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,15 +19,15 @@ repos:
- id: detect-private-key

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: [--write-changes]

files: \.(py|sh|json|yml|yaml|md)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.4

hooks:
- id: ruff
Expand All @@ -46,7 +46,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.21
rev: 0.5.26

hooks:
# Update the uv lockfile
Expand Down

0 comments on commit f76ec6a

Please sign in to comment.