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
391 stars 192 forks source link

Pre-commit does not work #715

Closed adrien-delhorme closed 1 year ago

adrien-delhorme commented 1 year ago

Description

I am unable to commit something as the pre-commit config is broken.

Steps to reproduce

pre-commit install
git commit -a

Versions

Python 3.9.10

Expected behaviour

pre-commit works

Actual behaviour

pre-commit fails with error:

remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
    fatal: Authentication failed for 'https://gitlab.com/pycqa/flake8.git/'

Additional informations

Pre-commit repo url has changed.