File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- id : check-toml
17
17
- id : check-added-large-files
18
18
- repo : https://github.com/psf/black
19
- rev : 23.1 .0
19
+ rev : 23.3 .0
20
20
hooks :
21
21
- id : black
22
22
- repo : https://github.com/pycqa/flake8
@@ -29,10 +29,10 @@ repos:
29
29
hooks :
30
30
- id : isort
31
31
- repo : https://github.com/asottile/pyupgrade
32
- rev : v3.3.1
32
+ rev : v3.7.0
33
33
hooks :
34
34
- id : pyupgrade
35
- args : [--py38 -plus]
35
+ args : [--py37 -plus]
36
36
- repo : https://github.com/pre-commit/mirrors-prettier
37
37
rev : v2.7.1
38
38
hooks :
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dynamic = ["description"]
23
23
24
24
25
25
[project .optional-dependencies ]
26
- test = [" pytest >= 7.2 " , " pytest-cov >= 4.0 " ]
27
- lint = [" pre-commit >= 3.1 " ]
26
+ test = [" pytest >= 7.4 " , " pytest-cov >= 4.1 " ]
27
+ lint = [" pre-commit >= 3.3 " ]
28
28
29
29
[project .urls ]
30
30
Home = " https://scientific-python.org/specs/spec-0001/"
You can’t perform that action at this time.
0 commit comments