sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

Add flake8 hook to pre-commit #30

Closed slsh1o closed 4 years ago

slsh1o commented 4 years ago

Add flake8 hook with isort 5. But at the same time with a lot of SyntaxError from unrelated files. Should I just ignore them by adding them to exclude list or there is a better way?

slsh1o commented 4 years ago

Ok, without wemake-python-styleguide we have no errors.

Edit: It would be better to add wemake plugin in separate PR.