forked from Backblaze/B2_Command_Line_Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (55 loc) · 1.11 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
[yapf]
based_on_style=facebook
COLUMN_LIMIT=100
SPACE_BETWEEN_ENDING_COMMA_AND_CLOSING_BRACKET=False
SPLIT_PENALTY_AFTER_OPENING_BRACKET=0
[isort]
line_length=100
multi_line_output=3
atomic=true
include_trailing_comma=true
force_grid_wrap=0
lines_after_imports=2
lines_between_types=1
use_parentheses=true
[flake8]
# TODO: remove E501 once docstrings are formatted
ignore=E501,W503,D100,D105,D202
per-file-ignores=__init__.py:F401,F403
max-line-length=100
max-complexity=10
doctests=1
[coverage:run]
branch=true
[Licenses]
# Authorized and unauthorized licenses in LOWER CASE
authorized_licenses:
bsd
new bsd
bsd license
new bsd license
simplified bsd
apache
apache 2.0
apache software
apache software license
lgpl
gnu lgpl
gnu library or lesser general public license (lgpl)
lgpl with exceptions or zpl
isc license
isc license (iscl)
mit
mit license
mozilla public license 2.0 (mpl 2.0)
mpl-2.0
psf
python software foundation
python software foundation license
zpl 2.1
unauthorized_licenses:
affero
agpl
gpl v3
gpl v2
gpl