Skip to content

Commit ea0b34c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.40.0...v0.41.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.6.7](astral-sh/ruff-pre-commit@v0.4.3...v0.6.7)
1 parent a99c071 commit ea0b34c

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
@@ -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.40.0
17+
rev: v0.41.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.2.6
27+
rev: v2.3.0
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.4.3
33+
rev: v0.6.7
3434
hooks:
3535
- id: ruff
3636
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)