forked from RedHatQE/openshift-python-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flake8
57 lines (54 loc) · 683 Bytes
/
.flake8
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
[flake8]
select=FCN,M511
exclude =
doc,
.tox,
.git,
.yml,
Pipfile.*,
docs/*,
.cache/*
fcn_exclude_functions =
update,
getLogger,
loads,
get,
next,
setdefault,
dumps,
request,
list,
warning,
join,
rmtree,
open,
os,
write,
append,
sorted,
compile,
int,
extend,
sleep,
check_output,
sub_resource_level,
func,
LOGGER,
findall,
raises,
contextlib,
re,
requests,
signal,
yaml,
benedict,
logger,
warn,
pytest,
json,
template,
meta,
tmp_path_factory,
tmpdir_factory,
enable-extensions =
FCN,