[feature] flake8 configuration

This commit is contained in:
Klesh Wong 2020-11-30 02:03:42 +08:00
parent 1ccb5ce804
commit 416cde387b
2 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,5 @@ if has_fish; then
fish -c "yes | vf install && vf addplugins auto_activation"
fi
# config flake8
lnsf "$DIR/python/flake8" "$XDG_CONFIG_HOME/flake8"

2
devel/python/flake8 Normal file
View File

@ -0,0 +1,2 @@
[flake8]
max-line-length = 120