mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
11 lines
203 B
TOML
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"
|