Skip to content

Commit

Permalink
Mention files confval in "specifying code to check" (#13682)
Browse files Browse the repository at this point in the history
See #13681
  • Loading branch information
hauntsaninja authored Sep 20, 2022
1 parent f8d6e7d commit e40d214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/running_mypy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Note that if you use namespace packages (in particular, packages without
...will type check the above string as a mini-program (and in this case,
will report that ``list[int]`` is not callable).

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


Reading a list of files from a file
***********************************
Expand Down

0 comments on commit e40d214

Please sign in to comment.