fix: type syntax error in the meta template #4
Annotations
10 errors
Ruff (D104):
promplate_compile/__init__.py#L1
promplate_compile/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (ANN202):
promplate_compile/_core/__init__.py#L8
promplate_compile/_core/__init__.py:8:5: ANN202 Missing return type annotation for private function `template_to_code`
|
Ruff (INP001):
promplate_compile/api/compile.py#L1
promplate_compile/api/compile.py:1:1: INP001 File `promplate_compile/api/compile.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (D100):
promplate_compile/api/compile.py#L1
promplate_compile/api/compile.py:1:1: D100 Missing docstring in public module
|
Ruff (TID252):
promplate_compile/api/compile.py#L5
promplate_compile/api/compile.py:5:1: TID252 Prefer absolute imports over relative imports from parent modules
|
Ruff (ANN201):
promplate_compile/api/compile.py#L8
promplate_compile/api/compile.py:8:5: ANN201 Missing return type annotation for public function `compile_one`
|
Ruff (D103):
promplate_compile/api/compile.py#L8
promplate_compile/api/compile.py:8:5: D103 Missing docstring in public function
|
Ruff (ANN001):
promplate_compile/api/compile.py#L8
promplate_compile/api/compile.py:8:38: ANN001 Missing type annotation for function argument `encoding`
|
Ruff (ANN201):
promplate_compile/api/compile.py#L16
promplate_compile/api/compile.py:16:5: ANN201 Missing return type annotation for public function `compile_all`
|
Ruff (D103):
promplate_compile/api/compile.py#L16
promplate_compile/api/compile.py:16:5: D103 Missing docstring in public function
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
Expired
|
5.34 KB |
|