Move disallow-any-generics
to mypy.ini (#63917)
This commit is contained in:
parent
f4aa18de31
commit
240c9979c7
24 changed files with 73 additions and 44 deletions
|
@ -14,8 +14,6 @@ from .helpers.frame import warn_use
|
|||
from .util.executor import InterruptibleThreadPoolExecutor
|
||||
from .util.thread import deadlock_safe_shutdown
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
#
|
||||
# Python 3.8 has significantly less workers by default
|
||||
# than Python 3.7. In order to be consistent between
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue