forked from Mentalab-hub/explorepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (43 loc) · 836 Bytes
/
setup.cfg
File metadata and controls
48 lines (43 loc) · 836 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
45
46
47
48
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 120
ignore = D203, C901
exclude =
.git,
__pycache__,
old,
build,
dist,
docs,
examples,
src/explorepy/dashboard/templates,
installer,
lib,
licenses,
src/explorepy/exploresdk.py, # Autogenerated by swig
# For more info: https://en.wikipedia.org/wiki/Cyclomatic_complexity#Interpretation
max-complexity = 10
[tool.pytest]
minversion = 6.0
addopts = -ra -q
testpaths = tests
[isort]
line_length = 120
known_first_party = explorepy
default_section = THIRDPARTY
forced_separate = test_explorepy
profile=pycharm
skip=
.git,
__pycache__,
old,
build,
dist,
docs,
examples,
src/explorepy/dashboard/templates,
installer,
lib,
licenses,
src/explorepy/exploresdk.py, # Autogenerated by swig