Skip to content

Commit

Permalink
Add precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 26, 2024
1 parent 40d9bef commit 47a286f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
requirements-file: [
dj42_cms311.txt,
dj42_cms41.txt,
dj50_cms41.txt
dj50_cms41.txt,
dj51_cms41.txt
]
os: [
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
djangocms-text
==============

|pypi| |coverage| |python| |django| |djangocms| |djangocms4|
|pypi| |coverage| |precommit| |python| |django| |djangocms| |djangocms4|

``djangocms-text`` is a flexible and extensible rich text editing solution for Django
CMS. This package is designed as a replacement for ``djangocms-text-ckeditor``,
Expand Down Expand Up @@ -327,9 +327,12 @@ Acknowledgments
:target: https://codecov.io/gh/django-cms/djangocms-text
.. |python| image:: https://img.shields.io/badge/python-3.10+-blue.svg
:target: https://pypi.org/project/djangocms-text/
.. |django| image:: https://img.shields.io/badge/django-3.2+-blue.svg
.. |django| image:: https://img.shields.io/badge/django-4.2+-blue.svg
:target: https://www.djangoproject.com/
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.11%2B-blue.svg
:target: https://www.django-cms.org/
.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg
:target: https://www.django-cms.org/
.. |precommit| image:: https://results.pre-commit.ci/badge/github/django-cms/djangocms-text/main.svg
:target: https://results.pre-commit.ci/latest/github/django-cms/djangocms-text/main
:alt: pre-commit.ci status

0 comments on commit 47a286f

Please sign in to comment.