Increase flake8 checks.

This commit is contained in:
Fabio Caccamo
2023-01-24 18:19:04 +01:00
parent d15c0c10c2
commit ecc1cd77de
5 changed files with 23 additions and 18 deletions
@@ -25,7 +25,7 @@ class Migration(migrations.Migration):
field=colorfield.fields.ColorField(
blank=True,
default="#E74C3C",
help_text="(red: #E74C3C, orange: #E67E22, yellow: #F1C40F, green: #2ECC71, blue: #3498DB)",
help_text="(red: #E74C3C, orange: #E67E22, yellow: #F1C40F, green: #2ECC71, blue: #3498DB)", # noqa: E501
max_length=10,
verbose_name="color",
),