Showing 49 of 49 total issues
Line too long (95 > 79 characters) Open
Open
def __init__(self, field, version=4, allow_null=True, throw_exception=False, message=None):
- Read upRead up
- Exclude checks
Line too long (85 > 79 characters) Open
Open
Using this library to validate https://github.com/JoshData/python-email-validator
- Read upRead up
- Exclude checks
Line too long (110 > 79 characters) Open
Open
def __init__(self, field, allow_null=True, throw_exception=False, message=None, interpolate_message=True):
- Read upRead up
- Exclude checks
Line too long (83 > 79 characters) Open
Open
return (sum(r[0::2]) + sum(sum(divmod(d*2,10)) for d in r[1::2])) % 10 == 0
- Read upRead up
- Exclude checks