- commit
- 33f88eceecb900b8c45311e55eed8cc962654c2f
- parent
- 5db76642513bf9bb8f95e102bc1fae1c030e1efb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-03-02 11:25
ruff: adapt to 0.3.0
Diffstat
| M | ftplugin/python_10_ruff.vim | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/python_10_ruff.vim b/ftplugin/python_10_ruff.vim
@@ -1,5 +1,5 @@ 1 1 if executable('ruff') && !exists('b:lint_prg')2 -1 let b:lint_prg = 'ruff'-1 2 let b:lint_prg = 'ruff check' 3 3 let b:lint_format = 4 4 \ 'error: Failed to parse %f:%l:%c: %m,' . 5 5 \ 'error: Failed to parse %f:%l: %m,' .