Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#50)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.3.5 → v0.6.3](astral-sh/ruff-pre-commit@v0.3.5...v0.6.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 3, 2024
1 parent 98e3e2f commit 032c45b
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 @@ -10,12 +10,12 @@ repos:
- id: check-yaml
- id: check-added-large-files
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
- hooks:
- entry: codespell
id: codespell
repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
- 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.3.5
rev: v0.6.3
exclude: |
(?x)^(
reps/templates
Expand Down

0 comments on commit 032c45b

Please sign in to comment.