mirror of https://github.com/Nonannet/copapy.git
updated stencil generation
This commit is contained in:
parent
f61591a6ca
commit
519909696b
|
|
@ -38,7 +38,7 @@ dev = [
|
|||
]
|
||||
|
||||
[tool.mypy]
|
||||
files = ["src", "tools"]
|
||||
files = ["src", "tools", "stencils"]
|
||||
strict = true
|
||||
warn_return_any = true
|
||||
warn_unused_configs = true
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ stack_size = 64
|
|||
|
||||
includes = ['aux_functions.c']
|
||||
|
||||
|
||||
def read_files(files: list[str]) -> str:
|
||||
ret = ''
|
||||
script_dir = Path(__file__).parent
|
||||
|
|
|
|||
Loading…
Reference in New Issue