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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ Configuration
39
39
``dmypy_status_file`` (Default is ``.dmypy.json``) specifies which status file dmypy should use.
40
40
This modifies the ``--status-file`` option passed to ``dmypy`` given ``dmypy`` is active.
41
41
42
+
``config_sub_paths`` (default is ``[]``) specifies sub paths under which the mypy configuration file may be found.
43
+
For each directory searched for the mypy config file, this also searches the sub paths specified here
44
+
42
45
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:
43
46
44
47
::
@@ -91,6 +94,15 @@ With ``dmypy_status_file`` your config could look like this:
0 commit comments