Skip to content

Commit

Permalink
style: add linting with Ruff and type-checking with Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanjot786 committed Oct 2, 2024
1 parent da6c5c7 commit 1b77b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
run: |
poetry add pytest pytest-cov pytest-mock
- name: Run tests
run: |
poetry run pytest --cov=crategen
# - name: Run tests
# run: |
# poetry run pytest --cov=crategen

0 comments on commit 1b77b63

Please sign in to comment.