Skip to content

Commit 2212299

Browse files
committed
test: 🚨 Fix errors from ruff
1 parent 97481cb commit 2212299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/generate_code_reference_pages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
# Skip files in excluded directories
1717
if any(part in exclude_dirs for part in file_path.parts):
1818
continue
19-
19+
2020
# Ensure the file is actually within the base_path directory
2121
try:
2222
file_path.relative_to(base_path)
2323
except ValueError:
2424
continue
25-
25+
2626
module_path = file_path.with_suffix("")
2727
doc_path = file_path.with_suffix(".md")
2828
full_doc_path = Path("code-reference", doc_path)

0 commit comments

Comments
 (0)