refactor: update pyproject and ci, add py3.11 test (#132)

* refactor: reorg repo

* fix: include pyi in manifest

* remove extra

* changes

* why no trigger

* fix needs

* include python 3.11

* remove cache

* add back license

* bump versions

* fix py37

* fix napari test

* remove timeout

* fix py37 test

* test: fix py311 tests

* change windows test
This commit is contained in:
Talley Lambert
2022-11-08 20:32:47 -05:00
committed by GitHub
parent 3ece7a27b1
commit 3c8b5bcf98
21 changed files with 377 additions and 324 deletions

View File

@@ -39,7 +39,10 @@ def define_env(env: "MacrosPlugin"):
exec(src)
_grab(dest, width)
return f"![{page.title}](../{dest.parent.name}/{dest.name}){{ loading=lazy; width={width} }}\n\n"
return (
f"![{page.title}](../{dest.parent.name}/{dest.name})"
f"{{ loading=lazy; width={width} }}\n\n"
)
@env.macro
def show_members(cls: str):