Add flake8 config
This commit is contained in:
parent
3d83f87721
commit
63608c429e
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
~/.emacs.d: emacs/
|
~/.emacs.d: emacs/
|
||||||
~/.config/git: git/
|
~/.config/git: git/
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
|
~/.config/flake8: etc/flake8
|
||||||
~/.config/nvim: neovim/
|
~/.config/nvim: neovim/
|
||||||
~/.config/tako: tako/
|
~/.config/tako: tako/
|
||||||
~/.config/zsh: zsh/
|
~/.config/zsh: zsh/
|
||||||
|
|
|
||||||
4
etc/flake8
Normal file
4
etc/flake8
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[flake8]
|
||||||
|
ignore =
|
||||||
|
# Long lines are sometimes necessary, and 80 characters is too short anyway
|
||||||
|
E501
|
||||||
Loading…
Add table
Add a link
Reference in a new issue