Skip to content

Commit 66d79fa

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/astral-sh/ruff-pre-commit: v0.9.8 → v0.14.7](astral-sh/ruff-pre-commit@v0.9.8...v0.14.7) - [github.com/crate-ci/typos: v1.30.2 → v1](crate-ci/typos@v1.30.2...v1)
1 parent 2da1600 commit 66d79fa

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
@@ -7,20 +7,20 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-docstring-first
1313
- id: check-yaml
1414
- id: check-added-large-files
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.9.8
17+
rev: v0.14.7
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/crate-ci/typos
24-
rev: v1.30.2
24+
rev: v1
2525
hooks:
2626
- id: typos

0 commit comments

Comments
 (0)