Damus
armstrys · 147w
I have mostly used flake8 (because a coworker was using it) and have modified it slightly to be compatible with Black auto formatting
sommerfeld · 147w
For me [ruff](https://github.com/astral-sh/ruff-lsp) takes care of everything I need
Bashy · 147w
On my side we use mypy for type checking, not in strict mode though, also using ruff.