flake8 tweaks for mongoengine.dereference

This commit is contained in:
Stefan Wojcik
2016-11-28 15:56:28 -05:00
parent 13ddef2033
commit 5d093e1011
2 changed files with 7 additions and 8 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=10
max-complexity=23
application-import-names=mongoengine,tests