File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files 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
args : [--markdown-linebreak-ext=md]
21
21
hooks :
22
22
- id : nbcheckorder
23
23
- repo : https://github.com/myint/docformatter
24
- rev : v1.7.5
24
+ rev : master # https://github.com/PyCQA/docformatter/issues/293
25
25
hooks :
26
26
- id : docformatter
27
27
- repo : https://github.com/pre-commit/mirrors-autopep8
30
30
- id : autopep8
31
31
args : ['--in-place', '--ignore=E501,W504']
32
32
- repo : https://github.com/charliermarsh/ruff-pre-commit
33
- rev : ' v0.4.9 '
33
+ rev : ' v0.7.0 '
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
38
38
" Topic :: Software Development :: Libraries" ,
39
39
]
40
40
dependencies = [
41
- " comtypes >= 1.1.7; sys_platform == 'windows '" ,
41
+ " comtypes >= 1.1.7; sys_platform == 'win32 '" ,
42
42
" h5py >= 2.10.0" ,
43
43
" ipython >= 7.11.1" ,
44
44
" lmfit >= 1.0.0" ,
You can’t perform that action at this time.
0 commit comments