You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ Configuration
36
36
``overrides`` (default is ``[True]``) specifies a list of alternate or supplemental command-line options.
37
37
This modifies the options passed to ``mypy`` or the mypy-specific ones passed to ``dmypy run``. When present, the special boolean member ``True`` is replaced with the command-line options that would've been passed had ``overrides`` not been specified. Later options take precedence, which allows for replacing or negating individual default options (see ``mypy.main:process_options`` and ``mypy --help | grep inverse``).
38
38
39
+
``dmypy_status_file`` (Default is ``.dmypy.json``) specifies which status file dmypy should use.
40
+
This modifies the ``--status-file`` option passed to ``dmypy`` given ``dmypy`` is active.
41
+
39
42
This project supports the use of ``pyproject.toml`` for configuration. It is in fact the preferred way. Using that your configuration could look like this:
40
43
41
44
::
@@ -76,6 +79,17 @@ With ``overrides`` specified (for example to tell mypy to use a different python
0 commit comments