Skip to content

Commit 58f1df3

Browse files
Updated files with 'repo_helper'. (#37)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 608797c commit 58f1df3

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

__pkginfo__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
sys.path.append('.')
1313

14-
# this package
15-
from __pkginfo__ import * # pylint: disable=wildcard-import
14+
extras_require = {}
1615

1716
repo_root = pathlib.Path(__file__).parent
1817
install_requires = (repo_root / "requirements.txt").read_text(encoding="UTF-8").split('\n')

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ basepython = python3.6
5454
ignore_errors = True
5555
changedir = {toxinidir}
5656
deps =
57-
mypy==0.910
57+
mypy==0.931
5858
-r{toxinidir}/tests/requirements.txt
5959
commands = mypy flake8_github_actions tests {posargs}
6060

0 commit comments

Comments
 (0)