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 1616 - id : check-toml
1717 - id : check-added-large-files
1818 - repo : https://github.com/psf/black
19- rev : 23.1 .0
19+ rev : 23.3 .0
2020 hooks :
2121 - id : black
2222 - repo : https://github.com/pycqa/flake8
@@ -29,10 +29,10 @@ repos:
2929 hooks :
3030 - id : isort
3131 - repo : https://github.com/asottile/pyupgrade
32- rev : v3.3.1
32+ rev : v3.7.0
3333 hooks :
3434 - id : pyupgrade
35- args : [--py38 -plus]
35+ args : [--py37 -plus]
3636 - repo : https://github.com/pre-commit/mirrors-prettier
3737 rev : v2.7.1
3838 hooks :
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dynamic = ["description"]
2323
2424
2525[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 " ]
2828
2929[project .urls ]
3030Home = " https://scientific-python.org/specs/spec-0001/"
You can’t perform that action at this time.
0 commit comments