]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/mypy.json
Add missing underscore to jupyter entry (#457)
[xdg-ninja.git] / programs / mypy.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.mypy_cache",
5 "movable": true,
6 "help": "Export the following environment variables:\n\n```bash\nexport MYPY_CACHE_DIR=\"$XDG_CACHE_HOME\"/mypy\n```\n"
7 },
8 {
9 "path": "$HOME/.mypy.ini",
10 "movable": true,
11 "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/mypy/config_.\n"
12 }
13 ],
14 "name": "mypy"
15 }