Style guide needs to be updated pyproject.toml uses ruff but in docs/contributing/style_guide.md it is suggested to use black and isorted. `uv run ruff format . --config pyproject.toml` or `uv run ruff format . `
Style guide needs to be updated
pyproject.toml uses ruff but in docs/contributing/style_guide.md it is suggested to use black and isorted.
uv run ruff format . --config pyproject.tomlor
uv run ruff format .