disable mypy
This commit is contained in:
parent
cf742c76af
commit
9d8dab40fc
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
"python.linting.pycodestyle": true,
|
||||
"python.linting.pylamaEnabled": true,
|
||||
"python.linting.banditEnabled": true,
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.linting.mypyEnabled": false,
|
||||
"python.linting.pytypeEnabled": true,
|
||||
"semanticTokens.enable": true,
|
||||
"signature.target": "echo",
|
||||
|
|
2
init.vim
2
init.vim
|
@ -31,7 +31,7 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
|||
|
||||
call plug#end()
|
||||
|
||||
" load lua file (empty for now)
|
||||
" load main lua file with additional configs
|
||||
lua require("general")
|
||||
|
||||
"autocmd BufEnter *.sls :setlocal filetype=yaml
|
||||
|
|
Loading…
Reference in a new issue