Skip to content

Commit

Permalink
Run mypy over sources and tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
jonded94 authored and rtobar committed Aug 9, 2024
1 parent 7b497b8 commit 43d0179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Install package
run: python setup.py bdist_wheel && pip install dist/crc32c*.whl
- name: Run mypy
run: mypy --strict test/test_crc32c.py
run: mypy --strict src test
- name: Run black
run: black --check src/ test/

0 comments on commit 43d0179

Please sign in to comment.