Files
oneDNN/pyproject.toml
Dmitrii Zarukin 15bc979327 governance: add pyproject.toml for black formatter
This file is a standard for Python tools. Described here:
https://peps.python.org/pep-0518/#file-format
2025-01-16 21:14:22 -08:00

4 lines
61 B
TOML

[tool.black]
line-length = 80
include = 'scripts\/.*\.pyi?$'