From e2f33fc83dffb10ba8ddbf4e969282295594e82a Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:26:55 +0100 Subject: [PATCH] DX: run `pyright` in `tox -e sty` job --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7baa9a6..6d0c2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -271,6 +271,4 @@ allowlist_externals = commands = pre-commit run --all-files {posargs} description = Perform all linting, formatting, and spelling checks -setenv = - SKIP = pyright """