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 b8619e3 commit 172f752Copy full SHA for 172f752
src/sp_repo_review/checks/pyproject.py
@@ -189,7 +189,7 @@ def check(pyproject: dict[str, Any]) -> bool:
189
190
```toml
191
[tool.pytest.ini_options]
192
- addops = ["-ra", "--strict-config", "--strict-markers"]
+ addopts = ["-ra", "--strict-config", "--strict-markers"]
193
```
194
"""
195
options = pyproject["tool"]["pytest"]["ini_options"]
@@ -210,7 +210,7 @@ def check(pyproject: dict[str, Any]) -> bool:
210
211
212
213
214
215
216
0 commit comments