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

Configure pre-commit #21

Closed slsh1o closed 4 years ago

slsh1o commented 4 years ago

Looks like it would be simpler just add different hooks via several commits (like with yamllint) in this PR than create several others PRs.

Ref #16

slsh1o commented 4 years ago

I've deleted isort and flake8, should I add them here in next commits or would be better to add them in separate PR?