Add pycodestyle ignores

This commit is contained in:
Darko Poljak 2019-11-27 14:59:25 +01:00
commit 3d3b59ab87
4 changed files with 5 additions and 5 deletions

View file

@ -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 []