Skip to content

Commit

Permalink
fix mypy typing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 20, 2024
1 parent 1f33b88 commit 25f114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
cache: 'poetry'

# Job-specifc step(s):
- name: Check code format
- name: Check MyPy typing
run: poetry run mypy .

0 comments on commit 25f114b

Please sign in to comment.