Skip to content

Commit

Permalink
docs(sp-repo-review): fix suggestion (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 2, 2023
1 parent 38dcc95 commit 10adce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sp_repo_review/checks/pyproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 10adce1

Please sign in to comment.