1
0
mirror of https://github.com/ubuntu/microk8s.git synced 2021-05-23 02:23:41 +03:00
Files
microk8s/pyproject.toml
Kenneth Koski c33cf75903 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
2020-06-09 15:39:11 +03:00

5 lines
90 B
TOML

[tool.black]
line-length = 100
target-version = ['py35']
skip-string-normalization = true