]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/mypy.json
Add entries from ArchWiki (#358)
[xdg-ninja.git] / programs / mypy.json
index cf1649c904383a8bfe44706e4645c74dfb7af6a1..4579d465373283bf6c6fe4af84c4ea144d42bef2 100644 (file)
@@ -4,7 +4,12 @@
             "path": "$HOME/.mypy_cache",
             "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport MYPY_CACHE_DIR=\"$XDG_CACHE_HOME\"/mypy\n```\n"
+        },
+        {
+            "path": "$HOME/.mypy.ini",
+            "movable": true,
+            "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/mypy/config_.\n"
         }
     ],
     "name": "mypy"
-}
\ No newline at end of file
+}