Browse Source

Add pyproject.toml for black configuration

Jan Holthuis 5 years ago
parent
commit
7f18a3d202
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

@@ -0,0 +1,2 @@
+[tool.black]
+line-length = 79