You can currently run individual linters:
check isort <paths>
check black <paths>
check pyroma .
etc...
But for the formatters we only have format <paths>. It would be nice if we could run individual formatters:
check isort <paths>
check black <paths>
check pretty <paths>
You can currently run individual linters:
But for the formatters we only have
format <paths>. It would be nice if we could run individual formatters: