We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2484 commit 12f84cfCopy full SHA for 12f84cf
doc/user_guide/configuration/all-options.rst
@@ -167,6 +167,13 @@ Standard Checkers
167
**Default:** ``True``
168
169
170
+--prefer-stubs
171
+""""""""""""""
172
+*Resolve imports to .pyi stubs if available. May reduce no-member messages and increase not-an-iterable messages.*
173
+
174
+**Default:** ``False``
175
176
177
--py-version
178
""""""""""""
179
*Minimum Python version to use for version dependent checks. Will default to the version used to run pylint.*
@@ -271,6 +278,8 @@ Standard Checkers
271
278
272
279
persistent = true
273
280
281
+ prefer-stubs = false
282
274
283
py-version = "sys.version_info[:2]"
275
284
276
285
recursive = false
0 commit comments