Various test fixes

This commit is contained in:
2026-08-17 11:35:40 -04:00
parent 2c61a04bcc
commit 5518f07234
10 changed files with 126 additions and 37 deletions
+10 -1
View File
@@ -21,7 +21,6 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pyright>=1.1.398",
"mypy>=1.17.0",
"black>=25.1.0",
"debugpy>=1.8.0",
@@ -56,7 +55,17 @@ reportPrivateUsage = false
line-length = 88
target-version = ["py313"]
[tool.ruff]
line-length = 88
target-version = "py313"
[tool.pytest.ini_options]
filterwarnings = [
"ignore::pytest.PytestUnraisableExceptionWarning",
]
[dependency-groups]
dev = [
"pyright>=1.1.409",
"ruff>=0.16.3",
]