Skip to content

Commit 74358f3

Browse files
committed
Updated files with 'repo_helper'.
1 parent 0ff6324 commit 74358f3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ exclude =
5050
tests
5151
tests.*
5252
doc-source
53+
54+
55+
56+
[mypy]
57+
python_version = 3.6
58+
ignore_missing_imports = True
59+
namespace_packages = True
60+
check_untyped_defs = True

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ multiline-quotes = """
177177
docstring-quotes = """
178178
179179
180-
[mypy]
181-
python_version = 3.6
182-
ignore_missing_imports = True
183-
namespace_packages = True
184-
185180
186181
187182
[check-wheel-contents]

0 commit comments

Comments
 (0)