mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
21 lines
410 B
TOML
21 lines
410 B
TOML
[tool.mypy]
|
|
check_untyped_defs = true
|
|
disallow_any_generics = true
|
|
ignore_missing_imports = true
|
|
mypy_path = "FOSSDB"
|
|
no_implicit_optional = true
|
|
no_implicit_reexport = true
|
|
show_error_codes = true
|
|
strict_equality = true
|
|
warn_redundant_casts = true
|
|
warn_return_any = true
|
|
warn_unreachable = true
|
|
warn_unused_configs = true
|
|
|
|
[tool.ruff]
|
|
line-length = 160
|
|
|
|
|
|
[tool.ruff.flake8-quotes]
|
|
docstring-quotes = "double"
|