Skip to content

Commit 180f91f

Browse files
committed
Move mypy config to pyproject.toml
1 parent 6443d37 commit 180f91f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ addopts = """
2525
--color=yes
2626
"""
2727
# filterwarnings=error
28+
29+
[tool.mypy]
30+
ignore_missing_imports = true
31+
# See https://github.com/python/mypy/issues/7511:
32+
warn_no_return = false

setup.cfg

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

0 commit comments

Comments
 (0)