WIP
This commit is contained in:
@ -75,3 +75,15 @@ workers = 4
|
||||
profile = "black"
|
||||
line_length = 160
|
||||
skip = ["migrations", "env", "venv", ".venv", ".git", "media"]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.11"
|
||||
exclude = ['^\.?venv/',]
|
||||
plugins = ["pydantic.mypy"]
|
||||
warn_unused_configs = true
|
||||
disallow_untyped_defs = true
|
||||
implicit_optional = true
|
||||
warn_redundant_casts = true
|
||||
warn_no_return = false
|
||||
ignore_missing_imports = false
|
||||
|
Reference in New Issue
Block a user