-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
70 lines (68 loc) · 1.25 KB
/
setup.cfg
File metadata and controls
70 lines (68 loc) · 1.25 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
[flake8]
ignore = WPS305,
I001,
I003,
I005,
I004,
WPS306,
D201,
D205,
DAR201,
D202,
D211,
N803,
C812,
WPS323,
WPS458,
S607,
S603,
WPS414,
WPS420,
WPS431,
WPS430,
WPS114,
WPS318,
WPS226,
N400,
WPS337,
WPS457,
RST301,
WPS230,
WPS332,
S311,
WPS201,
WPS303,
W291,
RST213,
WPS404,
DAR003,
WPS428,
WPS110,
N805,
WPS111,
WPS217,
WPS501,
WPS229,
N813,
WPS460,
S404
max-line-length = 120
max-complexity = 8
max-local-variables = 12
max-annotation-complexity = 4
max-line-complexity = 18
max-try-body-length = 2
max-arguments = 7
max-access-level = 5
max-noqa-comments = 10
max-module-expressions = 12
exclude = __init__.py
per-file-ignores = exceptions_handler.py:WPS220,WPS442,WPS231,WPS232
tee = True
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True
check_untyped_defs = True
show_error_codes = True
no_implicit_Optional = True
warn_unused_ignores = False