aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-28 13:58:17 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-28 13:58:17 +0100
commit757a8eb53de15124a149f2c9e13ec64f07c100a9 (patch)
tree7f63c6117e0ee0b329cecbec0390f10e18206b4f /test
parentd7f0a32d7c5f6935c08f9c4adcab76c1fdc16c78 (diff)
downloaddotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.tar.gz
dotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.tar.bz2
dotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.zip
Added python startup script to avoid writting python interpretor hisotry in ~/.python_history
Diffstat (limited to 'test')
-rwxr-xr-xtest1
1 files changed, 1 insertions, 0 deletions
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