Spaces:
Runtime error
Runtime error
Delete setup.cfg
Browse files
setup.cfg
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
[flake8]
|
2 |
-
ignore =
|
3 |
-
# line break before binary operator (W503)
|
4 |
-
W503,
|
5 |
-
# line break after binary operator (W504)
|
6 |
-
W504,
|
7 |
-
max-line-length=120
|
8 |
-
|
9 |
-
[yapf]
|
10 |
-
based_on_style = pep8
|
11 |
-
column_limit = 120
|
12 |
-
blank_line_before_nested_class_or_def = true
|
13 |
-
split_before_expression_after_opening_paren = true
|
14 |
-
|
15 |
-
[isort]
|
16 |
-
line_length = 120
|
17 |
-
multi_line_output = 0
|
18 |
-
known_standard_library = pkg_resources,setuptools
|
19 |
-
known_first_party = realesrgan
|
20 |
-
known_third_party = basicsr,cv2,numpy,torch
|
21 |
-
no_lines_before = STDLIB,LOCALFOLDER
|
22 |
-
default_section = THIRDPARTY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|