Skip to content

Commit 12f84cf

Browse files
Update all-options.rst
1 parent 79d2484 commit 12f84cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/user_guide/configuration/all-options.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ Standard Checkers
167167
**Default:** ``True``
168168

169169

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+
170177
--py-version
171178
""""""""""""
172179
*Minimum Python version to use for version dependent checks. Will default to the version used to run pylint.*
@@ -271,6 +278,8 @@ Standard Checkers
271278
272279
persistent = true
273280
281+
prefer-stubs = false
282+
274283
py-version = "sys.version_info[:2]"
275284
276285
recursive = false

0 commit comments

Comments
 (0)