flake8 --select "SIM106,W293" --isolated aiosmtpd shows no errors.
- SIM106 was removed upstream in MartinThoma/flake8-simplify@e97c21c.
setup.cfg contains the following comment on W293 # W293 is a bit too noisy. Many files have been edited using editors that do not remove spaces from blank lines. As those files have been fixed the rule no longer needs to be ignored.
flake8 --select "SIM106,W293" --isolated aiosmtpdshows no errors.setup.cfgcontains the following comment on W293# W293 is a bit too noisy. Many files have been edited using editors that do not remove spaces from blank lines.As those files have been fixed the rule no longer needs to be ignored.