Skip to content

Commit 63985fa

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/adhtruong/mirrors-typos: v1.35.5 → v1.35.6](adhtruong/mirrors-typos@v1.35.5...v1.35.6) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11)
1 parent 9830644 commit 63985fa

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
exclude: ".*\\.md"
@@ -20,13 +20,13 @@ repos:
2020
- id: validate-pyproject
2121

2222
- repo: https://github.com/adhtruong/mirrors-typos
23-
rev: v1.35.5
23+
rev: v1.35.6
2424
hooks:
2525
- id: typos
2626
args: [--force-exclude] # omitting --write-changes
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.12.10
29+
rev: v0.12.11
3030
hooks:
3131
- id: ruff-check
3232
args: [--fix, --unsafe-fixes]

0 commit comments

Comments
 (0)