issues
search
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
Improve pylint config with project-specific settings
#34
Closed
webknjaz
closed
4 years ago
webknjaz
commented
4 years ago
This change:
makes pylint use parallelism for faster execution
adjusts the good var names list
enables name hints
allows taking import fallbacks into account
helps maintain the usage of pytest while avoiding stdlib unittest
This change: