4Catalyzer / python

4Catalyzer Python Style Guide
MIT License
3 stars 1 forks source link

Enable additional flake8 checks #13

Open cancan101 opened 7 years ago

cancan101 commented 7 years ago

Here are some more checks: https://pypi.python.org/pypi?%3Aaction=search&term=flake8-&submit=search This one looks interesting: https://github.com/flake8-commas/flake8-commas

/CC @taion

taion commented 7 years ago

done

cancan101 commented 7 years ago

Here are some other cool ideas:

cancan101 commented 7 years ago

Would be cool to also lint for the multiline construct violations.

cancan101 commented 6 years ago

Also: flake8-docstrings though might need to exclude D1 errors.

taion commented 6 years ago

That being the annoying thing with the lack of shareable configs for Flake8.