Skip to content

Commit 40ff33a

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.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.5...v0.6.9)
1 parent d3f8de3 commit 40ff33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.42.0
1818
hooks:
1919
- id: markdownlint
2020
name: Markdownlint
@@ -30,7 +30,7 @@ repos:
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.6.9
3434
hooks:
3535
- id: ruff
3636
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)