mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
build: session was renamed
This commit is contained in:
parent
6d6621bf37
commit
c8be7c1091
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
|
||||
import nox
|
||||
|
||||
nox.options.sessions = ["lint", "types"]
|
||||
nox.options.sessions = ["lint", "typecheck"]
|
||||
nox.options.reuse_existing_virtualenvs = True
|
||||
os.environ.update({"PDM_IGNORE_SAVED_PYTHON": "1"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue