Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/charliermarsh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 75709bf commit 6b155ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- entry: codespell
id: codespell
repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
- hooks:
- id: yamllint
repo: https://github.com/adrienverge/yamllint.git
Expand All @@ -27,7 +27,7 @@ repos:
id: ruff
- id: ruff-format
repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
exclude: |
(?x)^(
reps/templates
Expand Down

0 comments on commit 6b155ca

Please sign in to comment.