Skip to content

chore(__all__): Enable sorting __all__ using isort #2755

chore(__all__): Enable sorting __all__ using isort

chore(__all__): Enable sorting __all__ using isort #2755

Workflow file for this run

name: "Check code format with pre-commit"
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]