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
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?
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 toexclude
list or there is a better way?