Commit 85cf296d authored by Stefan Behnel's avatar Stefan Behnel

Add W292 code style checker: newline at end of file.

parent ad24a17c
......@@ -7,7 +7,7 @@ max-line-length = 150
format = pylint
# See https://pycodestyle.pycqa.org/en/latest/intro.html#configuration
select =
E711, E713, E714, E501, W291, E502, E703,
E711, E713, E714, E501, W291, W292, E502, E703,
# indentation
E101, E111, E112, E113, E117
E121, E125, E129,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment