Skip to content

Commit 98921d6

Browse files
[pre-commit.ci] pre-commit 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/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.12.11](astral-sh/ruff-pre-commit@v0.7.4...v0.12.11)
1 parent d55cf57 commit 98921d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,12 +15,12 @@ repos:
1515
- id: requirements-txt-fixer
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: "v2.3.0"
18+
rev: "v2.4.1"
1919
hooks:
2020
- id: codespell
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.7.4
23+
rev: v0.12.11
2424
hooks:
2525
- id: ruff
2626
name: ruff check

0 commit comments

Comments
 (0)