File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4848 hooks :
4949 - id : flake8
5050 additional_dependencies :
51- - flake8-bugbear==22.9.11
51+ - flake8-bugbear==22.9.23
5252 - flake8-comprehensions==3.10
5353 - flake8-pytest-style==1.6
5454 - flake8-spellcheck==0.28
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
3- requires = [" hatchling>=1.9 " , " hatch-vcs>=0.2" ]
3+ requires = [" hatchling>=1.10 " , " hatch-vcs>=0.2" ]
44
55[project ]
66name = " sphinx_autodoc_typehints"
@@ -16,12 +16,12 @@ urls.Changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/
1616authors = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
1717maintainers = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
1818requires-python = " >=3.7"
19- dependencies = [" Sphinx>=5.1 .1" ]
20- optional-dependencies.docs = [" furo>=2022.6.21 " , " sphinx>=5.1 .1" , " sphinx-autodoc-typehints>=1.19.2" ]
19+ dependencies = [" Sphinx>=5.2 .1" ]
20+ optional-dependencies.docs = [" furo>=2022.9.15 " , " sphinx>=5.2 .1" , " sphinx-autodoc-typehints>=1.19.2" ]
2121optional-dependencies.testing = [
2222 " covdefaults>=2.2" ,
2323 " coverage>=6.4.4" ,
24- " diff-cover>=6.5 .1" ,
24+ " diff-cover>=7.0 .1" ,
2525 " nptyping>=2.3.1" ,
2626 " pytest>=7.1.3" ,
2727 " pytest-cov>=3" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ description = run type check on code base
4646setenv =
4747 {tty:MYPY_FORCE_COLOR = 1}
4848deps =
49- mypy ==0.971
49+ mypy ==0.981
5050 types-docutils>=0.19.1
5151commands =
5252 mypy --python-version 3.10 src
@@ -62,7 +62,7 @@ skip_install = true
6262deps =
6363 covdefaults>=2.2
6464 coverage>=6.4.4
65- diff-cover>=6.5 .1
65+ diff-cover>=7.0 .1
6666extras =
6767parallel_show_output = true
6868commands =
You can’t perform that action at this time.
0 commit comments