Skip to content

specify type in dataclass #8

specify type in dataclass

specify type in dataclass #8

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: "3.9"
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files