Set docstring style to numpy, was google
This commit is contained in:
parent
d289b15e6d
commit
c2de0c0c57
|
@ -4,3 +4,5 @@ setlocal textwidth=88
|
|||
|
||||
let b:ale_linters = ['flake8', 'mypy', 'jedils']
|
||||
let b:ale_fixers = ['black']
|
||||
|
||||
let g:python_style = 'numpy'
|
||||
|
|
Loading…
Reference in a new issue