From 3f4ff1ffbb8294990d21bfcdc68050b0522cbd36 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:28:30 +0100 Subject: [PATCH] DX: run `pyright` in `tox -e sty` job --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ccbd3e5..7db8920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,8 @@ reportUnusedFunction = true reportUnusedImport = true reportUnusedVariable = true typeCheckingMode = "strict" +venv = ".venv" +venvPath = "." [tool.pytest.ini_options] addopts = [ @@ -292,8 +294,6 @@ description = Run all notebooks with pytest allowlist_externals = pre-commit commands = - pre-commit run {posargs} --all-files + pre-commit run --all-files {posargs} description = Perform all linting, formatting, and spelling checks -setenv = - SKIP = pyright """