kemono2/pyproject.toml

11 lines
147 B
TOML
Raw Normal View History

2024-07-04 22:08:17 +02:00
[tool.black]
line-length = 120
target-version = ["py312"]
[tool.isort]
line_length = 120
[tool.mypy]
2024-11-26 00:11:49 +01:00
python_version = "3.12"
2024-07-04 22:08:17 +02:00
exclude = "storage"