[feature] flake8 configuration
This commit is contained in:
parent
1ccb5ce804
commit
416cde387b
|
@ -37,3 +37,5 @@ if has_fish; then
|
||||||
fish -c "yes | vf install && vf addplugins auto_activation"
|
fish -c "yes | vf install && vf addplugins auto_activation"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# config flake8
|
||||||
|
lnsf "$DIR/python/flake8" "$XDG_CONFIG_HOME/flake8"
|
||||||
|
|
2
devel/python/flake8
Normal file
2
devel/python/flake8
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 120
|
Loading…
Reference in New Issue
Block a user