keras/pyproject.toml

10 lines
181 B
TOML
Raw Normal View History

2023-04-21 22:01:17 +00:00
[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