0

contribManager: fix code style

This commit is contained in:
Nicolas F
2019-03-14 13:30:22 +01:00
parent daa25d80fd
commit 4be0f07156
2 changed files with 22 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
[pycodestyle]
max_line_length = 100
ignore = E221,E222,E741,W503,W504
ignore = E221,E222,E241,E741,W503,W504
statistics = True
[isort]
line_length = 100