Skip to content

Commit 2f31dcf

Browse files
fix: Add missing leading # to sp-repo-review's NOX201 example (#731)
fix: Add missing leading `#` sp-repo-review's NOX201 example
1 parent f680b3d commit 2f31dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_repo_review/checks/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def check(noxfile: Noxfile | None) -> bool | None:
179179
180180
```toml
181181
# /// script
182-
dependencies = ["nox"]
182+
# dependencies = ["nox"]
183183
# ///
184184
```
185185
"""

0 commit comments

Comments
 (0)