ignore migrations.
This commit is contained in:
parent
98c57a0f30
commit
3d5e35b744
4
setup.cfg
Normal file
4
setup.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
[flake8]
|
||||
ignore = D203
|
||||
exclude = .git,__pycache__,docs/conf.py,scent.py
|
||||
max-complexity = 10
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user