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 5462bb9 commit aed55aaCopy full SHA for aed55aa
.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.11'
30
31
- id: ruff
32
- repo: https://github.com/asottile/pyupgrade
setup.cfg
@@ -47,7 +47,7 @@ djangocms_page_meta = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
47
[options.extras_require]
48
docs =
49
django<5.0
50
- sphinx>2,<5
+ sphinx>2,<6
51
djangocms-page-tags
52
53
[sdist]
0 commit comments