From 7e431d37782ce1143c813976176a221e5c32a8e0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 18 Oct 2021 14:36:19 +1300 Subject: [PATCH] add flake8 exceptions to trace line --- .vim/after/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2