This PR enables checking of remaining rules in the E category. It fixes simple issues, E101, E231, E265 and E266.
mixed-spaces-and-tabs (E101): 8 file headings (in tests) copied the license text with some tab at the beginning, then continued with spaces.
missing-whitespace (E231): 2 similar instances in the same file didn't have the formatting of the .replace() arguments formatted, as it was inside an f-string.
This PR enables checking of remaining rules in the E category. It fixes simple issues, E101, E231, E265 and E266.
.replace()
arguments formatted, as it was inside an f-string.