flake8 tweaks for mongoengine.document

This commit is contained in:
Stefan Wojcik
2016-11-28 16:00:56 -05:00
parent 5d093e1011
commit c72465cbb4
2 changed files with 22 additions and 19 deletions

View File

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