Add option to use human readable ruff errors (#5153)

* feat: add option to use human readable ruff errors

* test: add small test for python_ruff_human_readable
This commit is contained in:
Alex Fikl
2026-08-19 10:44:51 +09:00
committed by GitHub
parent 199a95d386
commit a1ff838e9e
3 changed files with 35 additions and 1 deletions
+11
View File
@@ -2007,6 +2007,17 @@ g:ale_python_ruff_use_global
See |ale-integrations-local-executables|
*ale-options.python_ruff_human_readable*
*g:ale_python_ruff_human_readable*
*b:ale_python_ruff_human_readable*
python_ruff_human_readable
g:ale_python_ruff_human_readable
Type: |Number|
Default: `0`
Show human-readable error names (usable by `ruff:ignore` comments) instead
of the default numeric error codes.
*ale-options.python_ruff_auto_pipenv*
*g:ale_python_ruff_auto_pipenv*
*b:ale_python_ruff_auto_pipenv*