Merge branch 'flake_migrations' into 'master'

ignore migrations.

See merge request !6
This commit is contained in:
Tyrel Souza 2017-04-01 19:58:47 +00:00
commit 49a866bcf9
3 changed files with 6 additions and 0 deletions

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[flake8]
ignore = D203
exclude = .git,__pycache__,docs/conf.py,scent.py
max-complexity = 10

View File

@ -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

View File

@ -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