Skip to content

Commit ae614df

Browse files
committed
test: 🚨 Fix complaint from pylint
1 parent b586d4d commit ae614df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generate_code_reference_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
parts = parts[:-1]
3333

3434
with mkdocs_gen_files.open(full_doc_path, "w") as fd:
35-
IDENTIFIER = ".".join(parts)
35+
IDENTIFIER = ".".join(parts) # pylint: disable=invalid-name
3636
print(f"::: {IDENTIFIER}", file=fd)
3737

3838
mkdocs_gen_files.set_edit_path(full_doc_path, file_path)

0 commit comments

Comments
 (0)