blob: 8ecf4eead477065fc374f2c2c6932facec9778ef [file] [log] [blame]
[flake8]
exclude =
venv,
./airavata,
node_modules,
settings_local.py,
*/migrations,
.tox
ignore = E501, W504
[isort]
# Set multi_line_output to option 3 - Vertical Hanging Indent
# from third_party import (
# lib1,
# lib2,
# lib3,
# lib4,
# )
multi_line_output = 3
# due to bug, must skip .git folder explicitly
# https://github.com/timothycrosley/isort/issues/1366
skip = migrations, .git
skip_gitignore = true
known_third_party = airavata, airavata_django_portal_sdk