Skip to content

Commit 947fa11

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.14.7](astral-sh/ruff-pre-commit@v0.6.7...v0.14.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 0b08d19 commit 947fa11

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
# Machine-friendliness
99
- id: trailing-whitespace
@@ -22,14 +22,14 @@ repos:
2222
- id: check-yaml
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
25-
rev: v0.6.7
25+
rev: v0.14.7
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
2929
- id: ruff-format
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.3.0
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
additional_dependencies:

0 commit comments

Comments
 (0)