Set docstring style to numpy, was google

This commit is contained in:
Edward Litherland-Smith 2021-06-22 09:00:34 +01:00
parent d289b15e6d
commit c2de0c0c57

View file

@ -4,3 +4,5 @@ setlocal textwidth=88
let b:ale_linters = ['flake8', 'mypy', 'jedils'] let b:ale_linters = ['flake8', 'mypy', 'jedils']
let b:ale_fixers = ['black'] let b:ale_fixers = ['black']
let g:python_style = 'numpy'