You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: format code using ruff fix and format (#196)
# Description
### Formatting Notice
It seemed that some files were not properly formatted by `nox -s
format`, so I manually ran the formatting steps defined in `noxfile.py`:
- `uv run no_implicit_optional --use-union-or .`
- `uv run ruff check --fix-only --config .github/linters/.ruff.toml .`
- `uv run ruff format --config .github/linters/.ruff.toml .`
I **did not run**:
- `uv run autoflake -i -r --remove-all-unused-imports .`
but I have **confirmed there are no changes needed except for
gRPC-generated sources**, which are intentionally excluded.
Signed-off-by: Shingo OKAWA <[email protected]>
0 commit comments