This repository was archived by the owner on Jul 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
94 lines (93 loc) · 1.41 KB
/
setup.cfg
File metadata and controls
94 lines (93 loc) · 1.41 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Copyleft (ɔ) 2021 Mauko Quiroga <mauko@pm.me>
#
# Licensed under the EUPL-1.2-or-later
# For details: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
[flake8]
aggressive = 3
docstring-convention = google
hang-closing = true
ignore =
C812,
D102,
D105,
D107,
D202,
D210,
D301,
DEAL021,
E128,
E251,
I001,
I005,
N802,
P101,
P102,
P201,
W503,
W504,
WPS110,
WPS111,
WPS115,
WPS121,
WPS122,
WPS123,
WPS125,
WPS201,
WPS202,
WPS204,
WPS210,
WPS211,
WPS213,
WPS221,
WPS226,
WPS230,
WPS231,
WPS232,
WPS234,
WPS237,
WPS300,
WPS301,
WPS305,
WPS306,
WPS318,
WPS319,
WPS322,
WPS326,
WPS327,
WPS331,
WPS334,
WPS338,
WPS342,
WPS347,
WPS348,
WPS361,
WPS410,
WPS412,
WPS425,
WPS428,
WPS430,
WPS431,
WPS432,
WPS433,
WPS435,
WPS436,
WPS437,
WPS440,
WPS450,
WPS462,
WPS507,
WPS510,
WPS517,
WPS600,
WPS601,
WPS609,
WPS611,
in-place = true
inline-quotes = double
per-file-ignores =
src/mantic/actions/_parse_files.py:E800,
tests/*:D100,D103,D104,D105,S101,WPS125,WPS441,WPS442,WPS460
recursive = true
rst-directives = deprecated, seealso, versionadded, versionchanged
rst-roles = any, attr, class, exc, func, meth, mod, obj
strictness = short