Add python-black config

This commit is contained in:
Trysdyn Black 2022-10-03 15:38:34 -07:00
parent a4f963c6b0
commit 94269b0901

3
.config/black Normal file
View file

@ -0,0 +1,3 @@
[tool.black]
line-length = 120
include = '\.pyi?$'