Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203a588 commit 18e9687Copy full SHA for 18e9687
3 files changed
mypy/test/testextensions.py
mypy_bootstrap.ini
@@ -14,8 +14,3 @@ warn_unused_configs = True
14
show_traceback = True
15
# Set the platform to something nonsense to signal to make Bogus = Any.
16
platform = mypyc
17
-
18
-# needs py2 compatibility
19
-[mypy-mypy.test.testextensions]
20
-disallow_untyped_defs = False
21
-check_untyped_defs = False
mypy_self_check.ini
@@ -12,8 +12,3 @@ disallow_any_unimported = True
12
warn_redundant_casts = True
13
warn_unused_configs = True
0 commit comments