2022-12-30T09:59
- What is the egg_info?
- How to use correctly data files with importlib.resources? Setuptools docs
- Is there a replacement for MANIFEST.in in pyproject.toml?
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.