File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,26 @@ default_install_hook_types:
8
8
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.6 .0
11
+ rev : v5.0 .0
12
12
hooks :
13
13
- id : check-yaml
14
14
args : [--unsafe]
15
15
- id : end-of-file-fixer
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/kynan/nbstripout
19
- rev : 0.7 .1
19
+ rev : 0.8 .1
20
20
hooks :
21
21
- id : nbstripout
22
22
23
23
- repo : https://github.com/python-poetry/poetry
24
- rev : 1.8.0
24
+ rev : 2.0.1
25
25
hooks :
26
26
- id : poetry-check
27
27
- id : poetry-install
28
28
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- rev : v0.5.0
30
+ rev : v0.9.4
31
31
hooks :
32
32
- id : ruff
33
33
types_or : [ python, pyi, jupyter ]
37
37
types_or : [ python, pyi, jupyter ]
38
38
39
39
- repo : https://github.com/RobertCraigie/pyright-python
40
- rev : v1.1.369
40
+ rev : v1.1.393
41
41
hooks :
42
42
- id : pyright
You can’t perform that action at this time.
0 commit comments