The generated configuration files don't adhere to the default behavior of standard linters. In particular:
- Every
# should be followed by exactly one space (there should never be any ##).
- Every
# noqa should be marked with its rule number (in this case, F821). And,
- there should be no trailing whitespace.
(This appears to have been changed recently.)
I'm not sure if this was the correct project, but I spent about 30 minutes searching through the various projects.
