forked from internetarchive/openlibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
117 lines (79 loc) · 2.48 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# https://github.com/codespell-project/codespell
[codespell]
count =
ignore-words-list = ba,beng,curren,datas,furst,nd,nin,ot,ser,spects,te,tha,ue,upto
skip = ./.*,*/ocm00400866,*/read_toc.py,*.it,*.js,*.json,*.mrc,*.page,*.pg_dump,*.po,*.txt,*.xml,*.yml
[mypy]
ignore_missing_imports = True
exclude = (vendor*|venv*)/$
# Per-module options:
[mypy-infogami.*]
ignore_errors = True
[mypy-openlibrary.admin.code]
ignore_errors = True
[mypy-openlibrary.catalog.amazon.import]
ignore_errors = True
[mypy-openlibrary.catalog.amazon.list_done]
ignore_errors = True
[mypy-openlibrary.catalog.marc.cmdline]
ignore_errors = True
[mypy-openlibrary.catalog.marc.show_records]
ignore_errors = True
[mypy-openlibrary.catalog.merge.build_db]
ignore_errors = True
[mypy-openlibrary.catalog.merge.merge_bot.bot]
ignore_errors = True
[mypy-openlibrary.catalog.utils]
ignore_errors = True
[mypy-openlibrary.core.lists.model]
ignore_errors = True
[mypy-openlibrary.coverstore.config]
ignore_errors = True
[mypy-openlibrary.coverstore.utils]
ignore_errors = True
[mypy-openlibrary.i18n]
ignore_errors = True
[mypy-openlibrary.plugins.ol_infobase]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.borrow_home]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.code]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.lists]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.sentry]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.stats]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.status]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.tests.test_listapi]
ignore_errors = True
[mypy-openlibrary.plugins.openlibrary.tests.test_ratingsapi]
ignore_errors = True
[mypy-openlibrary.plugins.upstream.account]
ignore_errors = True
[mypy-openlibrary.plugins.upstream.addbook]
ignore_errors = True
[mypy-openlibrary.plugins.upstream.borrow]
ignore_errors = True
[mypy-openlibrary.plugins.upstream.code]
ignore_errors = True
[mypy-openlibrary.plugins.upstream.utils]
ignore_errors = True
[mypy-openlibrary.plugins.worksearch.code]
ignore_errors = True
[mypy-openlibrary.solr.db_load_authors]
ignore_errors = True
[mypy-openlibrary.solr.db_load_works]
ignore_errors = True
[mypy-openlibrary.solr.read_dump]
ignore_errors = True
[mypy-openlibrary.utils.bulkimport]
ignore_errors = True
[mypy-openlibrary.utils.sentry]
ignore_errors = True
[mypy-scripts.solr_builder.solr_builder.solr_builder_main]
ignore_errors = True
[mypy-scripts.view_marc]
ignore_errors = True