Skip to content

Commit f7f9ee9

Browse files
chore: update pre-commit hooks
updates: - [github.com/crate-ci/typos: v1 → typos-dict-v0.13.13](crate-ci/typos@v1...typos-dict-v0.13.13) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.2...v0.14.10)
1 parent e12ab55 commit f7f9ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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
6+
rev: typos-dict-v0.13.13
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.13.2
13+
rev: v0.14.10
1414
hooks:
1515
# Run the linter.
1616
- id: ruff

0 commit comments

Comments
 (0)