diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f6e435..bde5c31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,10 +7,6 @@ repos: rev: 24.10.0 hooks: - id: black -- repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 - hooks: - - id: blacken-docs - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 449373c..6fdbec9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -Release *v3.1* - ``TBC`` +Release *v3.1* - ``2024-10-18`` ------------------------------- * Updated to include support for Python < 3.14 and Django <5.2 * Updated to use Black along with Flake8 and iSort diff --git a/README.rst b/README.rst index 68a70a8..1599ad1 100644 --- a/README.rst +++ b/README.rst @@ -3,17 +3,23 @@ django-decorator-include Include Django URL patterns with decorators. -Maintained by Stéphane "Twidi" Angel, and Jon Dufresne on +Maintained by Steve Mapes, Stéphane "Twidi" Angel, and Jon Dufresne on https://github.com/twidi/django-decorator-include based on the original work from Jeff Kistler on https://github.com/jeffkistler/django-decorator-include. -.. image:: https://badge.fury.io/py/django-decorator-include.svg - :target: https://badge.fury.io/py/django-decorator-include +.. image:: https://img.shields.io/pypi/v/django-decorator-include.svg?style=for-the-badge + :target: https://img.shields.io/pypi/v/django-decorator-include.svg?style=for-the-badge .. image:: https://github.com/twidi/django-decorator-include/workflows/build/badge.svg :target: https://github.com/twidi/django-decorator-include/actions?query=workflow%3Abuild +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge + :target: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge + +.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge + :target: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge + Installation ------------ @@ -22,7 +28,6 @@ PyPI:: pip install django-decorator-include - Usage -----