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 e411a2b commit 9318276Copy full SHA for 9318276
conftest.py
@@ -11,4 +11,4 @@
11
pattern="src/**/*.py",
12
)
13
14
-pytest_collect_file = (readme_tester + python_file_tester).pytest()
+pytest_collect_file = (readme_tester + python_file_tester).pytest()
pyproject.toml
@@ -48,7 +48,7 @@
48
"pytest-cov>=3",
49
"pytest-github-actions-annotate-failures>=0.3.0",
50
"sybil>=8.0.0",
51
-]
+ ]
52
53
54
[tool.hatch]
0 commit comments