Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate tool settings to pyproject.toml
Using pyproject.toml allows storing all tools' settings in a single configuration file. MyPy configuration is updated: doc/ does not contain any Python code since 9d0cf6d, pycdio module requires ignoring missing imports, and the build/ directory must be excluded, otherwise leftovers of building wheels are confusing MyPy. This is just a first step toward migrating ARver to pyproject.toml. Migrating all settings from setup.py requires more research.
- Loading branch information