We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b586d4d commit ae614dfCopy full SHA for ae614df
1 file changed
docs/generate_code_reference_pages.py
@@ -32,7 +32,7 @@
32
parts = parts[:-1]
33
34
with mkdocs_gen_files.open(full_doc_path, "w") as fd:
35
- IDENTIFIER = ".".join(parts)
+ IDENTIFIER = ".".join(parts) # pylint: disable=invalid-name
36
print(f"::: {IDENTIFIER}", file=fd)
37
38
mkdocs_gen_files.set_edit_path(full_doc_path, file_path)
0 commit comments