ignore migrations.

This commit is contained in:
Tyrel Souza 2017-04-01 19:58:47 +00:00
parent 98c57a0f30
commit 3d5e35b744
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