0

genPOI: code style fixes

E129 can suck me off. Get a better syntax, Python.
This commit is contained in:
Nicolas F
2020-06-25 18:36:00 +02:00
parent 2b550fdf66
commit 0143ad63a6
2 changed files with 10 additions and 8 deletions

View File

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