diff options
author | Christian Chiarulli <[email protected]> | 2019-02-13 21:22:58 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-13 21:22:58 -0500 |
commit | 74c68a986fb9dcc6d43290de65d3361d8e63a8a1 (patch) | |
tree | 070835e503a787b774556632c2b58c7e1b1f2b40 /modules/ale.vim | |
parent | 670ed1e694b4084f5e61c634c1f445a6168807f5 (diff) |
fixed some linting stuff
Diffstat (limited to 'modules/ale.vim')
-rw-r--r-- | modules/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ale.vim b/modules/ale.vim index b386ce08..1dd151e5 100644 --- a/modules/ale.vim +++ b/modules/ale.vim @@ -9,5 +9,5 @@ let g:ale_linters = { let g:ale_fixers = { \ '*': ['remove_trailing_lines', 'trim_whitespace'], -\ 'python': ['black'], +\ 'python': ['yapf'], \} |