Change docstring style to rest

This commit is contained in:
Edward Litherland-Smith 2021-06-22 09:05:03 +01:00
parent c2de0c0c57
commit 7e7afb7ba6

View file

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