refactor: update imports and switch to pytest for testing
This commit is contained in:
@@ -29,7 +29,8 @@ dev = [
|
||||
"black>=24.4.2",
|
||||
"pre-commit>=3.7.1",
|
||||
"poethepoet>=0.27.0",
|
||||
"ruff>=0.15.2"
|
||||
"ruff>=0.15.2",
|
||||
"pytest>=9.0.2",
|
||||
]
|
||||
|
||||
|
||||
@@ -79,4 +80,4 @@ lines-after-imports = 2
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
venv = ".venv"
|
||||
|
||||
Reference in New Issue
Block a user