We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608797c commit 58f1df3Copy full SHA for 58f1df3
__pkginfo__.py
setup.py
@@ -11,8 +11,7 @@
11
12
sys.path.append('.')
13
14
-# this package
15
-from __pkginfo__ import * # pylint: disable=wildcard-import
+extras_require = {}
16
17
repo_root = pathlib.Path(__file__).parent
18
install_requires = (repo_root / "requirements.txt").read_text(encoding="UTF-8").split('\n')
tox.ini
@@ -54,7 +54,7 @@ basepython = python3.6
54
ignore_errors = True
55
changedir = {toxinidir}
56
deps =
57
- mypy==0.910
+ mypy==0.931
58
-r{toxinidir}/tests/requirements.txt
59
commands = mypy flake8_github_actions tests {posargs}
60
0 commit comments