dj-database-url/pyproject.toml
Tom Parker-Shemilt 99128b507b
Make config test options not unknown types (#252)
* Make config test options not unknown types
* Run pyright as part of tests
2024-10-10 22:45:31 +01:00

11 lines
203 B
TOML

[tool.black]
skip-string-normalization = 1
[tool.mypy]
show_error_codes=true
disallow_untyped_defs=true
disallow_untyped_calls=true
warn_redundant_casts=true
[tool.pyright]
typeCheckingMode = "strict"