Showing 49 of 49 total issues
Expected 2 blank lines after class or function definition, found 1 Open
db.create_all()
- Read upRead up
- Exclude checks
Line too long (92 > 79 characters) Open
ValidateCurrency, ValidateIBAN, ValidateISBN, ValidateBIC, ValidateRange, ValidateNumber
- Read upRead up
- Exclude checks
Line too long (89 > 79 characters) Open
from .comparison import ValidateLessThan, ValidateLessThanOrEqual, ValidateGreaterThan, \
- Read upRead up
- Exclude checks
Line too long (86 > 79 characters) Open
from .financial import ValidateCreditCard, ValidateCurrency, ValidateIBAN, ValidateBIC
- Read upRead up
- Exclude checks
Line too long (91 > 79 characters) Open
check_deliverability: (bool) Set to False to skip the domain name resolution check.
- Read upRead up
- Exclude checks
Line too long (93 > 79 characters) Open
from .constraints import ValidateInteger, ValidateNumeric, ValidateString, ValidateBoolean, \
- Read upRead up
- Exclude checks
Line too long (97 > 79 characters) Open
def __init__(self, field, range_valid, allow_null=True, throw_exception=False, message=None):
- Read upRead up
- Exclude checks
Line too long (90 > 79 characters) Open
ValidateUUID, ValidateCountry, ValidateTimezone, ValidateLocale, ValidateCreditCard, \
- Read upRead up
- Exclude checks
Line too long (84 > 79 characters) Open
from .types import ValidateInteger, ValidateNumeric, ValidateString, ValidateBoolean
- Read upRead up
- Exclude checks
Line too long (94 > 79 characters) Open
allow_empty_local (bool) Set to True to allow an empty local part (i.e. @example.com),
- Read upRead up
- Exclude checks
Line too long (98 > 79 characters) Open
def __init__(self, field, max_length=None, min_length=0, throw_exception=False, message=None):
- Read upRead up
- Exclude checks
Line too long (104 > 79 characters) Open
raise ValidateError('Value %s from column %s is not valid' % (value, initiator.key))
- Read upRead up
- Exclude checks
Line too long (85 > 79 characters) Open
ValidateLength, ValidateLessThan, ValidateLessThanOrEqual, ValidateGreaterThan, \
- Read upRead up
- Exclude checks
Line too long (82 > 79 characters) Open
""" Create an SQLAlchemy event listening the 'set' in a particular column.
- Read upRead up
- Exclude checks
Line too long (116 > 79 characters) Open
allow_smtputf8: (bool) Set to False to prohibit internationalized addresses that would require the SMTPUTF8.
- Read upRead up
- Exclude checks
Line too long (109 > 79 characters) Open
FlaskValidator.__init__(self, field, allow_null, throw_exception, message, interpolate_message, self)
- Read upRead up
- Exclude checks
Line too long (96 > 79 characters) Open
def __init__(self, field, ipv6=False, allow_null=True, throw_exception=False, message=None):
- Read upRead up
- Exclude checks
Line too long (84 > 79 characters) Open
def __init__(self, field, allow_null=True, throw_exception=False, message=None):
- Read upRead up
- Exclude checks