diff --git a/epictrack-api/setup.cfg b/epictrack-api/setup.cfg index 3cc38151c..b99a55720 100644 --- a/epictrack-api/setup.cfg +++ b/epictrack-api/setup.cfg @@ -34,7 +34,7 @@ universal = 1 test = pytest [flake8] -ignore = I001, I003, I004, E126, W504 +ignore = I001, I003, I004, E126, W504, E501 exclude = .git,*migrations* max-line-length = 120 docstring-min-length=10