Configure black for Python formatting (#97)

This commit is contained in:
Jon Meow
2020-06-29 11:34:15 -07:00
committed by GitHub
parent 07e814ae5f
commit bc76242838
3 changed files with 19 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
[tool.black]
line-length = 80
target-version = ['py36', 'py37', 'py38']
include = '\.pyi?$'