File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
7
7
- id : check-yaml
8
8
- id : check-added-large-files
9
9
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.1 .7
11
+ rev : v0.6 .7
12
12
hooks :
13
13
- id : ruff
14
14
15
15
- repo : https://github.com/pre-commit/mirrors-mypy
16
- rev : v1.7.1
16
+ rev : v1.11.2
17
17
hooks :
18
18
- id : mypy
19
19
files : src
20
20
args : []
21
21
additional_dependencies : ["scipy"]
22
22
23
23
- repo : https://github.com/psf/black-pre-commit-mirror
24
- rev : 23.11 .0
24
+ rev : 24.8 .0
25
25
hooks :
26
26
- id : black
27
27
# It is recommended to specify the latest version of Python
@@ -31,17 +31,17 @@ repos:
31
31
language_version : python3.11
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : v4.0.0-alpha.4
34
+ rev : v4.0.0-alpha.8
35
35
hooks :
36
36
- id : prettier
37
37
38
38
- repo : https://github.com/codespell-project/codespell
39
- rev : v2.2.6
39
+ rev : v2.3.0
40
40
hooks :
41
41
- id : codespell
42
42
43
43
- repo : https://github.com/adamchainz/blacken-docs
44
- rev : 1.16 .0
44
+ rev : 1.18 .0
45
45
hooks :
46
46
- id : blacken-docs
47
47
additional_dependencies :
You can’t perform that action at this time.
0 commit comments