X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/df16aadf8a209abbe974dd419f7cbe5b5d7ec0f7..1d0b74e1ee4d6440b771db607f45e2996635318b:/programs/mypy.json diff --git a/programs/mypy.json b/programs/mypy.json index cf1649c..4579d46 100644 --- a/programs/mypy.json +++ b/programs/mypy.json @@ -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 +}