Skip to content

Commit 65b078f

Browse files
ci(pre-commit.ci): autoupdate (#384)
* ci(pre-commit.ci): autoupdate updates: - [github.com/crate-ci/typos: v1.35.3 → v1](crate-ci/typos@v1.35.3...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) * Update typos hook repository and version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 6c79dae commit 65b078f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ci:
66
exclude: .asv
77

88
repos:
9-
- repo: https://github.com/crate-ci/typos
10-
rev: v1.35.3
9+
- repo: https://github.com/adhtruong/mirrors-typos
10+
rev: v1.36.2
1111
hooks:
1212
- id: typos
1313
args: [--force-exclude] # omitting --write-changes
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.7
16+
rev: v0.12.11
1717
hooks:
1818
- id: ruff-check
1919
args: [--fix, --unsafe-fixes]

0 commit comments

Comments
 (0)