Skip to content

Commit 172f752

Browse files
docs: fix typo (#392)
1 parent b8619e3 commit 172f752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sp_repo_review/checks/pyproject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def check(pyproject: dict[str, Any]) -> bool:
189189
190190
```toml
191191
[tool.pytest.ini_options]
192-
addops = ["-ra", "--strict-config", "--strict-markers"]
192+
addopts = ["-ra", "--strict-config", "--strict-markers"]
193193
```
194194
"""
195195
options = pyproject["tool"]["pytest"]["ini_options"]
@@ -210,7 +210,7 @@ def check(pyproject: dict[str, Any]) -> bool:
210210
211211
```toml
212212
[tool.pytest.ini_options]
213-
addops = ["-ra", "--strict-config", "--strict-markers"]
213+
addopts = ["-ra", "--strict-config", "--strict-markers"]
214214
```
215215
"""
216216
options = pyproject["tool"]["pytest"]["ini_options"]

0 commit comments

Comments
 (0)