Skip to content

Commit f7c2a42

Browse files
committed
remove legacy mypy config file
1 parent 93b807e commit f7c2a42

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

mypy.ini

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ disallow_any_unimported = true
6565
disallow_subclassing_any = true
6666
disallow_untyped_calls = true
6767
disallow_untyped_decorators = true
68-
disallow_untyped_defs = true
68+
# disallow_untyped_defs = true
6969
no_implicit_optional = true
7070
strict_equality = true
7171
warn_no_return = true
72-
warn_return_any = true
72+
# warn_return_any = true
7373
warn_unused_ignores = true
7474
warn_unreachable = true

0 commit comments

Comments
 (0)