keras/pyproject.toml
2023-04-21 23:16:51 -07:00

10 lines
181 B
TOML

[tool.black]
line-length = 80
[tool.isort]
profile = "black"
force_single_line = "True"
known_first_party = ["keras_core", "tests"]
default_section = "THIRDPARTY"
line_length = 80