File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- id : debug-statements
11
11
12
12
- repo : https://github.com/asottile/reorder-python-imports
13
- rev : v3.13 .0
13
+ rev : v3.14 .0
14
14
hooks :
15
15
- id : reorder-python-imports
16
16
exclude : ^demos/
31
31
- id : add-trailing-comma
32
32
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v2.5 .0
34
+ rev : v2.7 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
42
42
exclude : ^demos/
43
43
44
44
- repo : https://github.com/streetsidesoftware/cspell-cli
45
- rev : v8.14.0
45
+ rev : v8.15.1
46
46
hooks :
47
47
- id : cspell
48
48
files : ldrb|demos|tests|README.md
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install_requires =
20
20
h5py
21
21
numba<0.58
22
22
numpy
23
- python_requires = >=3.8
23
+ python_requires = >=3.9
24
24
zip_safe = False
25
25
26
26
[options.extras_require]
You can’t perform that action at this time.
0 commit comments