Results 3 comments of debauer

Okey. I'm to biased from my default config. default mypy is to lazy and imho useless. It enforce nothing. It only checks what you have typed. Not what you not...

You can also use Black in the Pipeline to enforce the correct Formatting. pre-commit is imho like checking password in the frontend.

Okey. That's what i said. Enforce formatting with `black --check --diff`in your CI. How you made your local check/fixup is not relevant. You can use pre-commit hooks or a manually...