Skip to content

Commit e9f1636

Browse files
committed
DOC: Format markdown code examples for ruff in docs
1 parent 0cf4752 commit e9f1636

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ file as an option outside of `pyproject.toml`.
130130
# src/rmsconfig/runrms.yml
131131
from pathlib import Path
132132

133+
133134
def runrms_config_path() -> Path:
134135
"""Returns the absolute path to runrms.yml."""
135136
return (Path(__file__).parent / "runrms.yml").resolve()

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)