From 757a8eb53de15124a149f2c9e13ec64f07c100a9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Feb 2021 13:58:17 +0100 Subject: Added python startup script to avoid writting python interpretor hisotry in ~/.python_history --- test | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test b/test index 8c87f02..3621e27 100755 --- a/test +++ b/test @@ -16,5 +16,6 @@ vint -s config/vim/vimrc config/vim/pluggins.vim || ret=$? echo '-------------------- FLAKE8' flake8 --ignore F821,E501,W504,N816 config/qutebrowser/config.py || ret=$? +flake8 --ignore W504 config/python/startup.py || ret=$? exit $ret -- cgit