Browse Source

Add MYPY_CACHE_DIR to sweep mypy caching under the rug

Alois Mahdal 1 month ago
parent
commit
9e6a966263
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/config/bashum/main.bashrc

+ 2
- 0
dotfiles/config/bashum/main.bashrc View File

@@ -902,6 +902,8 @@ export PRETTY_DEBUG_EXCLUDE=inigrep
902 902
 export MDVIMB__CONVERTER=cmark
903 903
 export MDVIMB__STYLE=darkzen    # pergamen
904 904
 
905
+export MYPY_CACHE_DIR="$HOME/.cache/mypy/the_darn_cache"
906
+
905 907
 #shellcheck disable=SC2034
906 908
 {
907 909
     GIT_PS1_SHOWDIRTYSTATE=true