We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f8de3 commit 40ff33aCopy full SHA for 40ff33a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
14
args: [--allow-missing-credentials]
15
- id: detect-private-key
16
- repo: https://github.com/igorshubovych/markdownlint-cli
17
- rev: v0.41.0
+ rev: v0.42.0
18
19
- id: markdownlint
20
name: Markdownlint
@@ -30,7 +30,7 @@ repos:
30
name: codespell
31
description: Checks for common misspellings in text files
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.6.5
+ rev: v0.6.9
34
35
- id: ruff
36
types_or: [python, pyi, jupyter]
0 commit comments