nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
392 stars 192 forks source link

Git pre commit hook fails on towncrier. No idea what 'towncrier-check' is! #688

Closed g3rb3n closed 2 years ago

g3rb3n commented 2 years ago

Description

Git pre commit hook fails on towncrier.

Steps to reproduce

Install Ubuntu 18.04 Install python3-invoke with apt Follow instructions in CONTRIBUTING.rst Make a change git add -u pre-commit

Versions

Ubuntu 18.04 Python 3.6 Django 2.2

Expected behaviour

towncrier................................................................Passed

Actual behaviour

towncrier................................................................Failed
- hook id: towncrier
- exit code: 1

No idea what 'towncrier-check' is!

Additional information

None.

g3rb3n commented 2 years ago

Fix

sudo apt uninstall python3-invoke
pip install invoke