DuoSubs / pyproject.toml
CK-Explorer
build: add ruff style and mypy checking
596313e
raw
history blame contribute delete
135 Bytes
[tool.ruff]
line-length = 88
target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "B", "I", "RUF"]
[tool.mypy]
strict = true