diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..a726ab0 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[flake8] +ignore = D203 +exclude = .git,__pycache__,docs/conf.py,scent.py +max-complexity = 10 diff --git a/stagestatus/apps/machines/migrations/0001_initial.py b/stagestatus/apps/machines/migrations/0001_initial.py index 8b10b56..83e4d03 100644 --- a/stagestatus/apps/machines/migrations/0001_initial.py +++ b/stagestatus/apps/machines/migrations/0001_initial.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.6 on 2017-04-01 17:08 +# flake8: noqa from __future__ import unicode_literals from django.conf import settings diff --git a/stagestatus/apps/machines/migrations/0002_auto_20170401_1258.py b/stagestatus/apps/machines/migrations/0002_auto_20170401_1258.py index f4feb51..fd98321 100644 --- a/stagestatus/apps/machines/migrations/0002_auto_20170401_1258.py +++ b/stagestatus/apps/machines/migrations/0002_auto_20170401_1258.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.10.6 on 2017-04-01 17:58 +# flake8: noqa from __future__ import unicode_literals from django.db import migrations, models