Add pycodestyle ignores
This commit is contained in:
parent
c01aa576de
commit
3d3b59ab87
4 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ class MissingRequiredEnvironmentVariableError(cdist.Error):
|
|||
class DefaultList(list):
|
||||
"""Helper class to allow default values for optional_multiple parameters.
|
||||
|
||||
@see https://groups.google.com/forum/#!msg/comp.lang.python/sAUvkJEDpRc/RnRymrzJVDYJ
|
||||
@see https://groups.google.com/forum/#!msg/comp.lang.python/sAUvkJEDpRc/RnRymrzJVDYJ # noqa
|
||||
"""
|
||||
def __copy__(self):
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue