-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsetup.cfg
More file actions
74 lines (68 loc) · 1.68 KB
/
setup.cfg
File metadata and controls
74 lines (68 loc) · 1.68 KB
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
[flake8]
max-line-length = 88
ignore =
ANN401,
B019,
D205,
DAR101,
DAR201,
DAR401,
E203,
Q000,
RST206,
W503,
WPS112,
WPS224,
WPS234,
WPS237,
WPS305,
WPS306,
WPS332,
WPS337,
WPS473,
WPS508
# these should be turned back on soon
D100,
D101,
D102,
D103,
D104,
D105,
D107,
# these should be turned back on eventually
WPS202,
WPS210,
WPS211,
WPS212,
WPS213,
WPS214,
WPS221,
WPS230,
WPS231,
WPS326,
WPS352,
WPS407,
per-file-ignores =
docs/source/conf.py:A001,E501,E800,INP001,WPS462
pythonbible/__init__.py:F401,WPS130,WPS201,WPS300,WPS410,WPS412,WS003
pythonbible/bible/bibles.py:WPS201,WPS301
pythonbible/bible/titles.py:WPS301
pythonbible/bible/*.py:E501
pythonbible/book_groups.py:WPS110,WPS115,WPS120,WPS437
pythonbible/books.py:WPS110,WPS114,WPS115,WPS120,WPS226,WPS317,WPS437
pythonbible/formatter.py:WPS118,WPS201,WPS204,WPS226,WPS336
pythonbible/fuzzy_match_util.py:WPS226
pythonbible/parser.py:WPS201,WPS232
pythonbible/roman_numeral_util.py:E741,WPS111,WPS121,WPS115
pythonbible/regular_expressions.py:WPS226
pythonbible/versions.py:WPS110,WPS114,WPS115,WPS120,WPS437
tests/__init__.py:WPS412
tests/conftest.py:D100,D103,E501,WPS118,WPS234,WPS432
tests/errors_test.py:PT017,S101,WPS111,WPS118,WPS204,WPS328,WPS226
tests/regular_expressions_test.py:PT018,S101,WPS204,
tests/*.py:D100,D103,D104,S101,WPS114,WPS118,WPS204,WPS210,WPS218,WPS226,WPS326,WPS432
noxfile.py:INP001
exclude =
venv
[radon]
exclude = pythonbible/bible/asv/*.py,pythonbible/bible/kjv/*.py,venv/*