Skip to content

Commit

Permalink
docs: fix typo (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Mar 21, 2024
1 parent b8619e3 commit 172f752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sp_repo_review/checks/pyproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def check(pyproject: dict[str, Any]) -> bool:
```toml
[tool.pytest.ini_options]
addops = ["-ra", "--strict-config", "--strict-markers"]
addopts = ["-ra", "--strict-config", "--strict-markers"]
```
"""
options = pyproject["tool"]["pytest"]["ini_options"]
Expand All @@ -210,7 +210,7 @@ def check(pyproject: dict[str, Any]) -> bool:
```toml
[tool.pytest.ini_options]
addops = ["-ra", "--strict-config", "--strict-markers"]
addopts = ["-ra", "--strict-config", "--strict-markers"]
```
"""
options = pyproject["tool"]["pytest"]["ini_options"]
Expand Down

0 comments on commit 172f752

Please sign in to comment.