Fix python code according to pylama errors

This commit is contained in:
Pieprzycki Piotr
2016-12-16 15:47:51 +01:00
parent 9b4d3aec64
commit 5afafa5522
4 changed files with 762 additions and 798 deletions

View File

@@ -5,7 +5,7 @@ ignore = D203,C901
[pylama:pep8]
max_line_length = 100
[pytest]
[tools:pytest]
addopts = --cov=./ -vs
json_report = report.json
jsonapi = true