[flake8] ignore=E501,F401,F403,F405,I201,I202,W504, W605, W503 exclude=build,dist,docs,venv,venv3,.tox,.eggs,tests max-complexity=47 application-import-names=mongoengine,tests [tool:pytest] # Limits the discovery to tests directory # avoids that it runs for instance the benchmark testpaths = tests