File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
14
14
args : [--allow-missing-credentials]
15
15
- id : detect-private-key
16
16
- repo : https://github.com/igorshubovych/markdownlint-cli
17
- rev : v0.41 .0
17
+ rev : v0.44 .0
18
18
hooks :
19
19
- id : markdownlint
20
20
name : Markdownlint
@@ -24,13 +24,13 @@ repos:
24
24
" --disable=MD033" , # no-inline-html
25
25
]
26
26
- repo : https://github.com/codespell-project/codespell
27
- rev : v2.3.0
27
+ rev : v2.4.1
28
28
hooks :
29
29
- id : codespell
30
30
name : codespell
31
31
description : Checks for common misspellings in text files
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.6.5
33
+ rev : v0.9.4
34
34
hooks :
35
35
- id : ruff
36
36
types_or : [python, pyi, jupyter]
You can’t perform that action at this time.
0 commit comments