Skip to content

Commit 00171f8

Browse files
committed
Work around python/mypy#9940
1 parent 81ba69f commit 00171f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ use_parentheses = True
7373
[flake8]
7474
max-line-length = 88
7575

76+
[mypy]
77+
# Empty section required as of mypy 0.800;
78+
# see https://github.com/python/mypy/issues/9940
79+
7680
[mypy-asyncssh.*]
7781
ignore_missing_imports = True
7882
[mypy-ixmp.*]

0 commit comments

Comments
 (0)