+ DFetch:hub
+
+ Search & compose dfetch.yaml manifests
+
+ Start typing to explore packages. The manifest you create can be used with dfetch. +
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e24040a..f993008 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,6 +62,23 @@ repos: entry: djlint --lint language: python files: \.(html|jinja|j2)$ + - id: djlint-check + name: HTML formatter check + entry: djlint --check + language: python + files: \.(html|jinja|j2)$ + - id: check-embedded-css + name: CSS linter (embedded styles) + entry: python scripts/check_css.py + language: python + files: \.(html|jinja|j2)$ + additional_dependencies: [tinycss2==1.5.1] + - id: check-embedded-js + name: JS syntax checker (embedded scripts) + entry: python scripts/check_js.py + language: python + files: \.(html|jinja|j2)$ + additional_dependencies: [py-mini-racer==0.6.0] - id: pydocstyle name: docstring style entry: pydocstyle --convention=google diff --git a/dfetch_hub/site/index.html b/dfetch_hub/site/index.html index a4c6f6a..5760e41 100644 --- a/dfetch_hub/site/index.html +++ b/dfetch_hub/site/index.html @@ -1,25 +1,23 @@ -
- - - -
- Search & compose dfetch.yaml manifests
Start typing to explore packages. The manifest you create can be used with dfetch.
-
+
+ Search & compose dfetch.yaml manifests
+
+ Start typing to explore packages. The manifest you create can be used with dfetch. +
| Ref | Type | SHA | Date |
|---|