Skip to content

Commit bf79590

Browse files
[pre-commit.ci] pre-commit autoupdate (#35)
1 parent d55cf57 commit bf79590

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
@@ -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)