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:
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ['py35']
|
||||
skip-string-normalization = true
|
||||
Reference in New Issue
Block a user