-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
86 lines (86 loc) · 3.13 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[flake8]
# ignoring new standards in flake8 after django 1.11 upgrade. Too many to handle right now
ignore=E722,E121,E226,E123,E241,E226,E126,W292,E305,E127,E741,E402
max-line-length=100
exclude=
migrations,
static,
docs,
django_irods/account.py,
django_irods/admin.py,
django_irods/models.py,
django_irods/tasks.py,
hs_core/admin.py,
hs_core/authorization.py,
hs_core/autocomplete_light_registry.py,
hs_core/customer_form.py,
hs_core/hydro_realtime_signal_processor.py,
hs_core/hydroshare/date_util.py,
hs_core/hydroshare/users.py,
hs_core/languages_iso.py,
hs_core/management/commands/create_site.py,
hs_core/metadata_terms_urls.py,
hs_core/resourcemap_urls.py,
hs_core/serialization.py,
hs_core/signals.py,
hs_core/tests/api/native/__init__.py,
hs_core/tests/api/native/test_bagit.py,
hs_core/tests/api/native/test_core_metadata.py,
hs_core/tests/api/native/test_create_account.py,
hs_core/tests/api/native/test_create_resource.py,
hs_core/tests/api/native/test_delete_resource.py,
hs_core/tests/api/native/test_get_capabilities.py,
hs_core/tests/api/native/test_get_checksum.py,
hs_core/tests/api/native/test_get_resource.py,
hs_core/tests/api/native/test_get_resource_types.py,
hs_core/tests/api/native/test_get_revisions.py,
hs_core/tests/api/native/test_group_from_id.py,
hs_core/tests/api/native/test_hstore_extra_metadata.py,
hs_core/tests/api/native/test_list_group_members.py,
hs_core/tests/api/native/test_publish_resource.py,
hs_core/tests/api/native/test_set_access_rules.py,
hs_core/tests/api/native/test_set_group_owner.py,
hs_core/tests/api/native/test_set_resource_owner.py,
hs_core/tests/api/native/test_update_group.py,
hs_core/tests/api/native/test_update_metadata.py,
hs_core/tests/api/native/test_update_resource_file.py,
hs_core/tests/api/native/test_update_resource.py,
hs_core/tests/api/native/test_user_from_id.py,
hs_core/tests/api/native/test_users.py,
hs_core/tests/api/native/test_utils.py,
hs_core/tests/api/rest/base.py,
hs_core/tests/api/rest/test_resource_file.py,
hs_core/tests/api/rest/test_resource_meta.py,
hs_core/tests/api/rest/test_scimeta_swat.py,
hs_core/tests/api/rest/test_set_access_rules.py,
hs_core/tests/api/utils.py,
hs_core/tests/api/views/test_authorize.py,
hs_core/tests/api/views/test_group.py,
hs_core/tests/__init__.py,
hs_core/tests/runner.py,
hs_core/tests/serialization/test_resourcemeta_sax_parsing.py,
hs_core/urls.py,
hs_core/views/autocomplete.py,
hs_core/views/__init__.py,
hs_core/views/pagination.py,
hs_core/views/resource_api.py,
hs_core/views/user_rest_api.py,
hs_labels/models.py,
hs_labels/tests/__init__.py,
hs_labels/tests/test_resource_labelling.py,
hs_labels/urls.py,
hs_labels/views/__init__.py,
hydroshare/celery.py,
hydroshare/__init__.py,
hydroshare/local_settings.py,
hydroshare/settings.py,
hydroshare/urls.py,
hydroshare/wsgi.py,
irods_browser_app/urls.py,
irods_browser_app/views.py,
theme/models.py,
theme/templatetags/comments_tags.py,
theme/templatetags/ratings_tags.py,
theme/templatetags/theme_tags.py,
theme/views.py,
hs_tools_resource/default_icon.py,