Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.4...v0.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 738bba5 commit a6b9771
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 @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: 'quarterly'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
# Prevent giant files from being committed
- id: check-added-large-files
Expand All @@ -26,7 +26,7 @@ repos:
# Trims trailing whitespace
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
rev: "v2.3.0"
hooks:
- id: codespell
types_or: [python, markdown, rst]
Expand All @@ -37,7 +37,7 @@ repos:
- id: sort-all
types: [file, python]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.4'
rev: 'v0.5.0'
hooks:
- id: ruff
args: [--fix]

0 comments on commit a6b9771

Please sign in to comment.