diff --git a/setup.cfg b/setup.cfg index 7a6290510..dbf720a84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [flake8] max-line-length=80 -ignore=E402,W503,W605 +ignore=E402,W503,W605,N803 exclude=./migrations [tool:pytest]