mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: run mypy on the tests
This commit is contained in:
parent
c111098e49
commit
607d70b3fa
21 changed files with 169 additions and 69 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import nox
|
||||
|
||||
@nox.session(python="3.11")
|
||||
@nox.session(python="3.12")
|
||||
def python(session: nox.Session):
|
||||
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
|
||||
session.install(".[dev]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue