From 9e2fd2d91b5d1f8663591cdb0be565786fec3abe Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Fri, 13 Mar 2026 09:12:01 +0100 Subject: [PATCH] chore(pyproject.toml): reenable basedpyright type checking --- pyproject.toml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03f099b..97437e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,20 +10,17 @@ readme = "README.md" authors = [] requires-python = ">=3.13" dependencies = [ - "flask>=3.1.1", - "flask-login>=0.6.3", - "flask-socketio>=5.5.1", - "judas-protocol", - "pyyaml>=6.0.3", + "flask>=3.1.1", + "flask-login>=0.6.3", + "flask-socketio>=5.5.1", + "judas-protocol", + "pyyaml>=6.0.3", ] license = { text = "GPL-3.0+" } [dependency-groups] bump = ["git-cliff>=2.9.1", "python-semantic-release>=10.2.0"] -lint = [ - "isort>=6.0.1", - "ruff>=0.13.1", -] +lint = ["isort>=6.0.1", "ruff>=0.13.1"] test = [ "pytest>=4.2.1", "pytest-cov>=6.2.1", @@ -32,7 +29,7 @@ test = [ ] [tool.basedpyright] -typeCheckingMode = "basic" +# typeCheckingMode = "basic" [tool.ruff] line-length = 79