Mark Mayo
Mark Mayo
With your PR, here is a check list: - [NA ] Has test cases written? - [ Y] Has all code lines tested? - [N - doesn't run on windows...
Cleaned white space Tidied imports black formatting
Updated deprecated call Updated format strings to f-strings Tidied spaces and reordered imports.
Ran tests afterwards, all passed Checked all contributing checks, not a feature so haven't added coverage.
- removed whitespace - formatting around arithmetic operators - newline where required - sorted imports - simplified conditional
tidied imports converted some format strings to f-strings removed u-prefix for strings removed some unneeded brackets
I suspect main.py: if pylint_version[0] >= 2 and (pylint_pre_5 or pylint_5): exit_kwarg = {"do_exit": False} else: exit_kwarg = {"exit": False} Currently when I run pylint_runner I get: TypeError: Run.__init__() got...
When the system pylint version ends in -dev it causes pylint_runner to crash. Fixed. Also remedied the few pylint warnings given on the project.
Just a cleanup, nothing major. All tests still pass.