mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
python: Add pyproject.toml with black line length
This file is added for both UHD and MPM.
This commit is contained in:
parent
dfc3858cd2
commit
29a2dbfcf9
2 changed files with 6 additions and 0 deletions
3
host/python/pyproject.toml
Normal file
3
host/python/pyproject.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
3
mpm/python/pyproject.toml
Normal file
3
mpm/python/pyproject.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
Loading…
Reference in a new issue