infra/pyproject.toml

15 lines
245 B
TOML
Raw Normal View History

2022-12-31 07:24:17 +01:00
[tool.ruff]
line-length = 88
2024-05-05 15:38:04 +10:00
[tool.ruff.lint]
2022-12-31 07:24:17 +01:00
select = ["E", "F", "I"]
ignore = [ "E501" ]
[tool.mypy]
python_version = "3.10"
warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true