X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9132d33abee90d0818186d54792a80431b20386f..b9f6e66b3bd42aaa20eebb19c644224bd7d0ca74:/.vim/after/ftplugin/python.vim diff --git a/.vim/after/ftplugin/python.vim b/.vim/after/ftplugin/python.vim index 34edf01..ee9073d 100644 --- a/.vim/after/ftplugin/python.vim +++ b/.vim/after/ftplugin/python.vim @@ -17,4 +17,4 @@ inoremap :call flake8#Flake8() let g:flake8_quickfix_height=3 let g:black_linelength = g:linelength -imap t import ipdb; ipdb.set_trace() +imap t import ipdb; ipdb.set_trace() # noqa:E402,E702