Fix linter failures
Update ansible meta Treat backslash in strings as a literal when required See https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals Refactor ansible line length > 160 chars Depends-On: https://review.opendev.org/755484 Change-Id: Iaf26e6e943d0b45a7b96657bbb9047a2d919c9aa
This commit is contained in:
3 changed files with 6 additions and 4 deletions
@@ -231,7 +231,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'doc-' + target_name + '.tex',
title.replace("_", "\_"), author, 'manual'),
title.replace("_", r"\_"), author, 'manual'),
]
latex_use_xindy = False
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.