Remove unused mypy script (#25177)
This commit is contained in:
parent
de768af099
commit
334218a62c
2 changed files with 0 additions and 35 deletions
25
api/mypy.ini
25
api/mypy.ini
|
|
@ -1,25 +0,0 @@
|
|||
[mypy]
|
||||
warn_return_any = True
|
||||
warn_unused_configs = True
|
||||
check_untyped_defs = True
|
||||
cache_fine_grained = True
|
||||
sqlite_cache = True
|
||||
exclude = (?x)(
|
||||
tests/
|
||||
| migrations/
|
||||
)
|
||||
|
||||
[mypy-flask_login]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restx]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restx.api]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restx.inputs]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-google.cloud.storage]
|
||||
ignore_missing_imports=True
|
||||
Loading…
Add table
Add a link
Reference in a new issue