mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #6512 from matrix-org/erikj/silence_mypy
Silence mypy errors for files outside those specified
This commit is contained in:
commit
239d86a134
1
changelog.d/6512.misc
Normal file
1
changelog.d/6512.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Silence mypy errors for files outside those specified.
|
2
mypy.ini
2
mypy.ini
@ -1,7 +1,7 @@
|
|||||||
[mypy]
|
[mypy]
|
||||||
namespace_packages = True
|
namespace_packages = True
|
||||||
plugins = mypy_zope:plugin
|
plugins = mypy_zope:plugin
|
||||||
follow_imports = normal
|
follow_imports = silent
|
||||||
check_untyped_defs = True
|
check_untyped_defs = True
|
||||||
show_error_codes = True
|
show_error_codes = True
|
||||||
show_traceback = True
|
show_traceback = True
|
||||||
|
Loading…
Reference in New Issue
Block a user