Skip to content

chore: add type hints file for type checking support #57

chore: add type hints file for type checking support

chore: add type hints file for type checking support #57

Workflow file for this run

name: Run isort
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
sort-paths: "src, tests"