jq is useful to slice, filter, map and transform structured json data.
brew install jq
| (require 'flycheck) | |
| ;; From https://github.com/flycheck/flycheck/issues/1974#issuecomment-1343495202 | |
| (flycheck-define-checker python-ruff | |
| "A Python syntax and style checker using the ruff utility. | |
| To override the path to the ruff executable, set | |
| `flycheck-python-ruff-executable'. | |
| See URL `http://pypi.python.org/pypi/ruff'." | |
| :command ("ruff" | |
| "check" |