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.
pyproject.toml
pytest
1 parent 1529a04 commit 8b18a44Copy full SHA for 8b18a44
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.pytest.ini_options]
2
-collect_ignore = ["setup.py", "benchmark/"]
+ collect_ignore = ["setup.py", "benchmark/"]
3
4
[tool.black]
5
exclude = '''
setup.cfg
@@ -27,6 +27,3 @@ spellcheck-targets = comments
27
dictionaries = en_US,python,technical
28
max-cognitive-complexity = 14
29
max-expression-complexity = 7
30
-
31
-[tool:pytest]
32
-collect_ignore = ['setup.py', 'benchmark/']
0 commit comments