Skip to content

Commit

Permalink
[Experimental] Added mypyc ♓️
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Dec 30, 2024
1 parent eee8bd4 commit 4e39ad9
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# pip install poetry
# poetry install --with=ci
# - name: Type checking
# run: poetry run mypy src test
# run: poetry run mypyc src test

docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If you just want to run unit tests in the current virtualenv (using
If you just want to run type checking in the current virtualenv (using
`mypy <https://mypy.readthedocs.io>`_)::

poetry run mypy src test
poetry run mypyc src test

Documentation
-------------
Expand Down
Loading

0 comments on commit 4e39ad9

Please sign in to comment.