Skip to content

Improve documentation and clarity #142

Improve documentation and clarity

Improve documentation and clarity #142

Workflow file for this run

name: type-checking
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install checking requirements
run: |
pip install --upgrade pip
pip install mypy
- name: mypy
run: mypy --ignore-missing-imports stats_utils