mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 10:03:50 +08:00
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
This commit is contained in:
committed by
Dmitry Zarukin
parent
c563f8e36c
commit
15bc979327
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[tool.black]
|
||||
line-length = 80
|
||||
include = 'scripts\/.*\.pyi?$'
|
Reference in New Issue
Block a user