flake8 tweaks for mongoengine.base

This commit is contained in:
Stefan Wojcik
2016-11-28 16:15:46 -05:00
parent e2097061e9
commit f2b8dcf292
6 changed files with 42 additions and 35 deletions

View File

@@ -9,5 +9,5 @@ tests = tests
[flake8]
ignore=E501,F401,F403,F405,I201
exclude=build,dist,docs,venv,.tox,.eggs,tests
max-complexity=25
max-complexity=42
application-import-names=mongoengine,tests