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 f7d298e commit 35a82beCopy full SHA for 35a82be
.github/workflows/lint.yml
@@ -27,4 +27,4 @@ jobs:
27
pip install ruff
28
- name: Run Ruff
29
working-directory: ./src
30
- run: ruff djangocms_snippet
+ run: ruff check djangocms_snippet
MANIFEST.in
@@ -3,4 +3,4 @@ include CHANGELOG.rst
3
include LICENSE
4
include pyproject.toml
5
include README.rst
6
-recursive-include src/djangocms_snippet *
+recursive-include src/djangocms_snippet *.html
0 commit comments