We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b965e commit 4cac357Copy full SHA for 4cac357
pyproject.toml
@@ -117,3 +117,7 @@ version = { attr = "cve_bin_tool.version.VERSION" }
117
118
[tool.isort]
119
profile = "black"
120
+
121
+[tool.pytest.ini_options]
122
+asyncio_mode = "strict"
123
+asyncio_default_fixture_loop_scope = "function"
setup.cfg
@@ -2,7 +2,3 @@
2
exclude = build, bandit.conf
3
max-line-length = 88
4
extend-ignore = E203, E501
5
-
6
-[tool:pytest]
7
-asyncio_mode = strict
8
-asyncio_default_fixture_loop_scope = function
0 commit comments