mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Ignore missing imports for parameterized. (#11285)
This was due to a conflict between #11282, which changed mypy configuration, and #11228, a normal change.
This commit is contained in:
parent
3b951445a7
commit
0ef69ddbdc
1
changelog.d/11285.misc
Normal file
1
changelog.d/11285.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Require all files in synapse/ and tests/ to pass mypy unless specifically excluded.
|
3
mypy.ini
3
mypy.ini
@ -363,6 +363,9 @@ ignore_missing_imports = True
|
|||||||
[mypy-opentracing]
|
[mypy-opentracing]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
[mypy-parameterized.*]
|
||||||
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[mypy-phonenumbers.*]
|
[mypy-phonenumbers.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user