Configure pip-deepfreeze
This commit is contained in:
parent
5d95b19bc1
commit
479607e34c
1 changed files with 3 additions and 0 deletions
|
|
@ -71,3 +71,6 @@ show_error_codes = true
|
|||
[[tool.mypy.overrides]]
|
||||
module = ["uvicorn.*", "kubernetes.*", "ansi2html"]
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.pip-deepfreeze.sync]
|
||||
extras = "test,mypy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue