@@ -1,2 +0,0 @@
-[mypy]
-ignore_missing_imports = True
@@ -53,3 +53,10 @@ requires = [
"poetry-core>=1.0.0"
]
build-backend = "poetry.core.masonry.api"
+
+[tool.pytest.ini_options]
+addopts = "--driver Chrome"
+asyncio_mode = "auto"
+[tool.mypy]
+ignore_missing_imports = true
@@ -1,3 +0,0 @@
-[pytest]
-addopts = --driver Chrome
-asyncio_mode = auto