Various test fixes
This commit is contained in:
+10
-1
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user