Fix flake8

This commit is contained in:
Gabriel Augendre 2022-04-27 13:09:51 +02:00
parent 00cfca3438
commit df1d20e079
4 changed files with 1 additions and 6 deletions

View File

@ -50,7 +50,7 @@ max_complexity = 10
format = "grouped"
[tool.flakeheaven.plugins]
"flake8-*" = [
"*" = [
"+*",
# long lines
"-E501",

View File

@ -1,3 +1 @@
from django.test import TestCase
# Create your tests here.

View File

@ -1,3 +1 @@
from django.test import TestCase
# Create your tests here.

View File

@ -9,7 +9,6 @@ from matplotlib import ticker
from purchase.models import (
Basket,
BasketQuerySet,
PaymentMethod,
Product,
ProductQuerySet,