1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-28 11:45:10 +00:00

Add pyproject for black formatting

This commit is contained in:
NextChai 2022-04-30 02:25:25 -04:00
parent 8d8321c91b
commit fa4ea124b1

3
pyproject.toml Normal file
View file

@ -0,0 +1,3 @@
[tool.black]
line-length = 125
skip-string-normalization = true