Skip to content

Migrate tool configuration out of setup.cfg

Duncan Macleod requested to merge update-tool-config into main

This PR migrates the configuration for helper tools (e.g. flake8) out of setup.cfg and into pyproject.toml or their own file, this is probably more future-proof.

Merge request reports