MVTec_Padim_Anomalib_Test / pyproject.toml
julien.blanchon
add app
c8c12e9
raw
history blame contribute delete
261 Bytes
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
known_first_party = "wandb"
sections = ['FUTURE', 'STDLIB', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER']
[tool.black]
line-length = 120