Skip to content

Commit f051831

Browse files
committed
fix: refine codes
1 parent 37712d6 commit f051831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/pylint/.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs=1
2121
limit-inference-results=100
2222
load-plugins=
2323
persistent=yes
24+
prefer-stubs=no
2425
py-version=3.10
2526
recursive=no
2627
source-roots=
@@ -148,6 +149,7 @@ notes-rgx=
148149
[REFACTORING]
149150
max-nested-blocks=5
150151
never-returning-functions=sys.exit,argparse.parse_error
152+
suggest-join-with-non-empty-separator=yes
151153

152154
[REPORTS]
153155
evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10))

0 commit comments

Comments
 (0)