File tree Expand file tree Collapse file tree 3 files changed +17
-50
lines changed
Expand file tree Collapse file tree 3 files changed +17
-50
lines changed Original file line number Diff line number Diff line change 11[run]
22branch = True
33omit = */flycheck_*
4+
5+ [report]
6+ precision = 2
7+ exclude_lines =
8+ if TYPE_CHECKING
9+ \s*\.\.\.$
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ basepython = {[default]basepython}
124124skip_install = True
125125
126126deps =
127- flake8-bugbear ==20.11.1
128- flake8 ==3.8.4
127+ flake8-bugbear ==21.4.3
128+ flake8 ==3.9.0
129129 mccabe ==0.6.1
130130 pep8-naming ==0.11.1
131- pycodestyle ==2.6 .0
132- pydocstyle ==5.1.1
133- pyflakes ==2.2.0
131+ pycodestyle ==2.7 .0
132+ pydocstyle ==6.0.0
133+ pyflakes ==2.3.1
134134
135135commands =
136136 flake8 {posargs:setup.py src/{env:PY_MODULE}}
@@ -187,7 +187,7 @@ description = run Mypy (static type checker)
187187basepython = {[default]basepython}
188188
189189deps =
190- mypy ==0.800
190+ mypy ==0.812
191191
192192 {[default]deps}
193193
@@ -322,8 +322,8 @@ description = build documentation
322322basepython = {[default]basepython}
323323
324324deps =
325- Sphinx ==3.4 .3
326- sphinx-rtd-theme ==0.5.1
325+ Sphinx ==3.5 .3
326+ sphinx-rtd-theme ==0.5.2
327327
328328commands =
329329 sphinx-build \
@@ -340,7 +340,7 @@ basepython = {[default]basepython}
340340
341341deps =
342342 {[testenv:docs]deps}
343- sphinx-autobuild ==2020.9.1
343+ sphinx-autobuild ==2021.3.14
344344
345345commands =
346346 sphinx-autobuild \
@@ -364,8 +364,8 @@ skip_install = True
364364
365365deps =
366366 check-manifest ==0.46
367- readme-renderer ==28 .0
368- twine ==3.3.0
367+ readme-renderer ==29 .0
368+ twine ==3.4.1
369369
370370commands =
371371 check-manifest
You can’t perform that action at this time.
0 commit comments