1
0
mirror of https://github.com/ubuntu/microk8s.git synced 2021-05-23 02:23:41 +03:00

Add black to CI process (#1111)

* Enable code formatting check in CI

Checks that code has been properly formatted with black.

* Format code with Black
This commit is contained in:
Kenneth Koski
2020-06-09 07:39:11 -05:00
committed by GitHub
parent b6be5f9c2a
commit c33cf75903
32 changed files with 673 additions and 505 deletions

4
pyproject.toml Normal file
View File

@@ -0,0 +1,4 @@
[tool.black]
line-length = 100
target-version = ['py35']
skip-string-normalization = true