forked from opendatahub-io/opendatahub-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flake8
More file actions
44 lines (41 loc) · 663 Bytes
/
.flake8
File metadata and controls
44 lines (41 loc) · 663 Bytes
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
[flake8]
# UFN plugin must be run in serial
jobs = 0
max-line-length = 120
exclude =
doc,
.tox,
.venv,
.git,
.yml,
Pipfile.*,
docs/*,
.cache/*,
utilities/manifests/*,
utilities/plugins/*,
fcn_exclude_functions =
re,
logging,
LOGGER,
BASIC_LOGGER,
os,
json,
pytest,
usefixtures,
add_to_labels,
addoption,
write,
from_pytest_fixture,
QueueListener,
yaml,
add_to_assignees,
validate_inference_output, # TODO: function should be fixed to get rid of this
group
writelines
temp_file
sleep
enable-extensions =
FCN,
UFN,
NIC,
NIT,