Skip to content

Commit 740fcbe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.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.6.5 → v0.9.4](astral-sh/ruff-pre-commit@v0.6.5...v0.9.4)
1 parent d3f8de3 commit 740fcbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
args: [--allow-missing-credentials]
1515
- id: detect-private-key
1616
- repo: https://github.com/igorshubovych/markdownlint-cli
17-
rev: v0.41.0
17+
rev: v0.44.0
1818
hooks:
1919
- id: markdownlint
2020
name: Markdownlint
@@ -24,13 +24,13 @@ repos:
2424
"--disable=MD033", # no-inline-html
2525
]
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.3.0
27+
rev: v2.4.1
2828
hooks:
2929
- id: codespell
3030
name: codespell
3131
description: Checks for common misspellings in text files
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.6.5
33+
rev: v0.9.4
3434
hooks:
3535
- id: ruff
3636
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)