Run pre-commit: black, whitespaces, rst

This commit is contained in:
Bruno Oliveira
2018-07-27 17:50:55 -03:00
parent 1ed3884da9
commit fced1645cb
25 changed files with 1153 additions and 934 deletions

View File

@@ -48,3 +48,8 @@ commands =
[pytest]
addopts = -rsfxX
[flake8]
max-line-length = 120
ignore = E203,W503