From 3d5e35b744582aefce200016e56cd9d6fbca01ad Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sat, 1 Apr 2017 19:58:47 +0000 Subject: [PATCH] ignore migrations. --- setup.cfg | 4 ++++ stagestatus/apps/machines/migrations/0001_initial.py | 1 + .../apps/machines/migrations/0002_auto_20170401_1258.py | 1 + 3 files changed, 6 insertions(+) create mode 100644 setup.cfg 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