Skip to content

2022-12-30T09:59

2023-12-29T15:51

Regarding tox and pre commit: let’s use linter tasks to pre commit: black, flake8, mypy. And create a task in tox that calls pre-commit. That means that configuration settings for these tools should not go anymore in the pyproject.toml, but in the precommit configuration file instead.

2023-12-29T15:52

Regarding tox and pre commit: let’s use linter tasks to pre commit: black, flake8, mypy. And create a task in tox that calls pre-commit. That means that configuration settings for these tools should not go anymore in the pyproject.toml, but in the precommit configuration file instead.