disable mypy

This commit is contained in:
Szwendacz99 2022-10-09 17:35:20 +02:00
parent cf742c76af
commit 9d8dab40fc
2 changed files with 2 additions and 2 deletions

View file

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

View file

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