added line length of 120 for flake8
This commit is contained in:
parent
ac4abff687
commit
039891defa
|
|
@ -8,6 +8,8 @@ setlocal colorcolumn=120
|
|||
setlocal path=.,**
|
||||
setlocal wildignore+=*.pyc
|
||||
|
||||
let g:ale_python_flake8_options = '--max-line-length=120'
|
||||
|
||||
" Add search in other files inside the path
|
||||
set include=^\\s*\\(from\\\|import\\)\\s*\\zs\\(\\S\\+\\s\\{-}\\)*\\ze\\($\\\|\ as\\)
|
||||
" function! PyInclude(fname)
|
||||
|
|
|
|||
Loading…
Reference in New Issue