mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Disable incremental mode of mypy
This commit is contained in:
1
mypy.ini
1
mypy.ini
@ -8,6 +8,7 @@ disallow_untyped_calls = True
|
|||||||
disallow_untyped_decorators = True
|
disallow_untyped_decorators = True
|
||||||
disallow_subclassing_any = False
|
disallow_subclassing_any = False
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
incremental = False
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
warn_unused_ignores = True
|
warn_unused_ignores = True
|
||||||
strict_equality = True
|
strict_equality = True
|
||||||
|
|||||||
Reference in New Issue
Block a user