Skip to content

Add type hints for the get_unused_code function and the fields of Item. #49

Add type hints for the get_unused_code function and the fields of Item.

Add type hints for the get_unused_code function and the fields of Item. #49

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: pre-commit/action@v3.0.0