Shirino/pyproject.toml

20 lines
272 B
TOML

[tool.isort]
profile = "black"
line_length = 79
known_first_party = ["kekkai", "chart"]
[tool.black]
line-length = 79
target-version = ['py312']
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.mypy_cache
| \.venv
| build
| dist
| Dockerfile
| .*\.md$
)/
'''