Skip to content

Commit 28aaceb

Browse files
chore: update pre-commit hooks
updates: - [github.com/crate-ci/typos: v1.29.9 → v1.30.0](crate-ci/typos@v1.29.9...v1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
1 parent c458c42 commit 28aaceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ ci:
33

44
repos:
55
- repo: https://github.com/crate-ci/typos
6-
rev: v1.29.9
6+
rev: v1.30.0
77
hooks:
88
- id: typos
99
files: \.(py|md|rst|yaml|toml)
1010
exclude: pyproject.toml
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.7
13+
rev: v0.9.9
1414
hooks:
1515
# Run the linter.
1616
- id: ruff

0 commit comments

Comments
 (0)