Run multiple linters at once

Bare multilint with the lintcmd and Parallel.

example with the right hook for a Python file:

set-option buffer lintcmd %{parallel "mypy --show-column-numbers {}; pycodestyle --config=/my/config/setup.cfg {}" :::}
4 Likes