forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
14 lines (13 loc) · 715 Bytes
/
setup.cfg
File metadata and controls
14 lines (13 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# E501: Line too long
# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
# E265: block comment should start with #
# E301: expected 1 blank line, found 0
# E302: expected 2 blank lines, found 0
# E266: too many leading '#' for block comment
[flake8]
ignore = E501,E127,E128,E265,E301,E302,E266,E731,N803,N806
max-line-length = 100
exclude = .git,.ropeproject,.tox,docs,setup.py,env,venv,models/migrations,tests/*,osf_tests/*,api_tests/*,scripts/*,src,website/uploads/,website/static/**/*,website/settings/*,framework/forms/*,website/addons/*/tests/*,env,venv,node_modules,admin/static/*,osf/management/,osf/migrations,addons/
[wheel]
universal = 1