Explorar el Código

Add MYPY_CACHE_DIR to sweep mypy caching under the rug

Alois Mahdal hace 1 mes
padre
commit
9e6a966263
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      dotfiles/config/bashum/main.bashrc

+ 2
- 0
dotfiles/config/bashum/main.bashrc Ver fichero

@@ -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