8000 Mention files confval in "specifying code to check" (#13682) · python/mypy@e40d214 · GitHub
[go: up one dir, main page]

Skip to content

Commit e40d214

Browse files
authored
Mention files confval in "specifying code to check" (#13682)
See #13681
1 parent f8d6e7d commit e40d214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/running_mypy.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Note that if you use namespace packages (in particular, packages without
8383
...will type check the above string as a mini-program (and in this case,
8484
will report that ``list[int]`` is not callable).
8585

86+
You can also use the :confval:`files` option in your :file:`mypy.ini` file to specify which
87+
files to check, in which case you can simply run ``mypy`` with no arguments.
88+
8689

8790
Reading a list of files from a file
8891
***********************************

0 commit comments

Comments
 (0)
0