-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
53 lines (38 loc) · 1.06 KB
/
setup.cfg
File metadata and controls
53 lines (38 loc) · 1.06 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
[flake8]
allowed-domain-names =
L
T
obj
vars
info
result
params
var
val
value
extend-exclude =
stubs
tests/package
extend-ignore =
WPS237,
WPS602,
per-file-ignores =
embark/main.py: E402
embark/log_config.py: WPS458
embark/domain/execution/variables.py: WPS231, WPS111, WPS110
embark/domain/interfacing/os_provider.py: E251
embark/impl/task_loader_repo.py: WPS201
embark/impl/cli_loggers.py: WPS214
embark/localization/__init__.py: WPS412
embark/platform_impl/windows/utils.py: WPS100, WPS400, WPS212, WPS231, WPS221, WPS336
embark/ui/**: WPS347, WPS201
embark/ui/constants.py: WPS432, WPS226
embark/ui/frames/logger_frame/ui_loggers.py: WPS214
embark/ui/utils.py: WPS100
embark/ui/utils.py: WPS100
embark/use_case/models.py: WPS232
tests/**: F401, F811, WPS432, WPS213, WPS226
tests/fixtures/**: WPS
tests/unit/test_variables.py: WPS226
tests/server.py: WPS229, WPS342, WPS110, WPS432
embark/platform_impl/windows/install_loader.py: WPS