lint
This commit is contained in:
parent
cf3e63d723
commit
7c073be873
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class FilePathValidatorMixin:
|
|||
return str(file_path)
|
||||
|
||||
|
||||
# pylint: disable=line-too-long
|
||||
class StringFormatterFileNameValidator(StringFormatterValidator, FilePathValidatorMixin):
|
||||
"""
|
||||
Same as a
|
||||
|
|
@ -89,6 +90,8 @@ class StringFormatterFileNameValidator(StringFormatterValidator, FilePathValidat
|
|||
it will preserve the extension and truncate the end of the file name.
|
||||
"""
|
||||
|
||||
# pylint: enable=line-too-long
|
||||
|
||||
_expected_value_type_name = "filepath"
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue