Leander Fiedler

Results 1 issues of Leander Fiedler

Trailing commas in function calls, e.g. `print(1,2,)` that do not end with a white space are not flagged by pycodestyle. From reading the corresponding [PEP8](https://www.python.org/dev/peps/pep-0008/#when-to-use-trailing-commas) I would expect that pycodestyle...