We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37712d6 commit f051831Copy full SHA for f051831
tools/pylint/.pylintrc
@@ -21,6 +21,7 @@ jobs=1
21
limit-inference-results=100
22
load-plugins=
23
persistent=yes
24
+prefer-stubs=no
25
py-version=3.10
26
recursive=no
27
source-roots=
@@ -148,6 +149,7 @@ notes-rgx=
148
149
[REFACTORING]
150
max-nested-blocks=5
151
never-returning-functions=sys.exit,argparse.parse_error
152
+suggest-join-with-non-empty-separator=yes
153
154
[REPORTS]
155
evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10))
0 commit comments