Skip to content

Use python built-ins type hints instead of typing lib #66

Use python built-ins type hints instead of typing lib

Use python built-ins type hints instead of typing lib #66

Workflow file for this run

name: Ruff
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1