Skip to content

Commit

Permalink
Add mypy debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Jun 2, 2024
1 parent 4dd090b commit 208495b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
run: "python --version"
- name: "Install package"
run: pip install ".[dev]"
- name: "mypy debug"
run: mypy src/ --config-file=pyproject.toml --show-config
- name: "Run lint checks"
run: invoke lint

0 comments on commit 208495b

Please sign in to comment.