## Current Behavior Currently in `.flake8` and only `pre-commit-config` for isort ## Possible Solution `tool.isort` and `tool.flake8` are valid sections for pyproject.toml. ([Ref](https://github.com/DiamondLightSource/python3-pip-skeleton-cli/blob/63677e7a69cc4a3607cc05949e00e0535507e98d/pyproject.toml#L58-L69)) This is probably the "correct" way to go