Make python-black use colors

This commit is contained in:
Trysdyn Black 2022-10-09 14:39:29 -07:00
parent f0b6424f82
commit 955936f8c1

View file

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