mirror of
https://github.com/ubuntu/microk8s.git
synced 2021-05-23 02:23:41 +03:00
* Enable code formatting check in CI Checks that code has been properly formatted with black. * Format code with Black
5 lines
90 B
TOML
5 lines
90 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py35']
|
|
skip-string-normalization = true
|