We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2993d5d commit 3ab98abCopy full SHA for 3ab98ab
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
hooks:
27
- id: black
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 'v0.1.9'
+ rev: 'v0.1.13'
30
31
- id: ruff
32
- repo: https://github.com/asottile/pyupgrade
setup.cfg
@@ -65,7 +65,7 @@ djangocms_blog = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
65
taggit-helpers = django-taggit-helpers
66
docs =
67
django<5.0
68
- sphinx>2,<5
+ sphinx>2,<6
69
sphinx-rtd-theme
70
71
[sdist]
0 commit comments