lint fixes

This commit is contained in:
AnsibleGuy 2023-02-13 09:46:44 +01:00
parent 3de0fee286
commit 0771c7a61a
2 changed files with 1 additions and 1 deletions

View File

@ -419,6 +419,7 @@ disable=raw-checker-failed,
C0114, C0115, C0116, # docstrings C0114, C0115, C0116, # docstrings
C0103, # var naming C0103, # var naming
R0205, # filter_plugins 'FilterModule' R0205, # filter_plugins 'FilterModule'
W0511, # todos
# Enable the message, report, category or checker with the given id(s). You can # Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option # either give multiple identifier separated by comma (,) or put this option

View File

@ -101,4 +101,3 @@ default_le_certbot_cert:
# example2: # example2:
# domains: ['example2.ansibleguy.net'] # domains: ['example2.ansibleguy.net']
# email: 'dummy@ansibleguy.net' # email: 'dummy@ansibleguy.net'