added line length of 120 for flake8

This commit is contained in:
gurkenhabicht 2026-08-05 11:50:53 +02:00
parent ac4abff687
commit 039891defa
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ setlocal colorcolumn=120
setlocal path=.,** setlocal path=.,**
setlocal wildignore+=*.pyc setlocal wildignore+=*.pyc
let g:ale_python_flake8_options = '--max-line-length=120'
" Add search in other files inside the path " Add search in other files inside the path
set include=^\\s*\\(from\\\|import\\)\\s*\\zs\\(\\S\\+\\s\\{-}\\)*\\ze\\($\\\|\ as\\) set include=^\\s*\\(from\\\|import\\)\\s*\\zs\\(\\S\\+\\s\\{-}\\)*\\ze\\($\\\|\ as\\)
" function! PyInclude(fname) " function! PyInclude(fname)