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 wemake-python-styleguide and fix its errors #31

Closed slsh1o closed 4 years ago

slsh1o commented 4 years ago

Add wemake plugin and receive a lot of errors and just ignore them all. Probably it's not a good idea so I need help with which one leaves and which fix in another way.

Ref: #16

slsh1o commented 4 years ago

Oh, it would be nice to comment out each ignore code. I will repush branch with comments.

slsh1o commented 4 years ago

Ok, I've added some comments and decided to leave docstrings errors without ignoring. What to do with them?

slsh1o commented 4 years ago

So darglint configs fix docstrings errors thus it would be nice to add it to this PR.