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
 export MDVIMB__CONVERTER=cmark
902
 export MDVIMB__CONVERTER=cmark
903
 export MDVIMB__STYLE=darkzen    # pergamen
903
 export MDVIMB__STYLE=darkzen    # pergamen
904
 
904
 
905
+export MYPY_CACHE_DIR="$HOME/.cache/mypy/the_darn_cache"
906
+
905
 #shellcheck disable=SC2034
907
 #shellcheck disable=SC2034
906
 {
908
 {
907
     GIT_PS1_SHOWDIRTYSTATE=true
909
     GIT_PS1_SHOWDIRTYSTATE=true