django-celery-beat
django-celery-beat copied to clipboard
Update models.py
validators warning for min and max values for models.DecimalField.
Flake8: django_celery_beat/models.py:97:80: E501 line too long (101 > 79 characters) django_celery_beat/models.py:103:80: E501 line too long (103 > 79 characters)
I think all the errors of checks are related to human-readable strings. I just fixed warnings about decimal field validation. You can check and see the warning in Django