Skip to content

Commit

Permalink
MyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 16, 2024
1 parent 10f5124 commit 91980c8
Show file tree
Hide file tree
Showing 22 changed files with 431 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pip install tox

- name: Run tests
run: pip install python-dateutil && tox -e mypy
run: pip install python-dateutil && pip install pytest && tox -e mypy

tests:
name: Python ${{ matrix.implementation }}${{ matrix.python-version }}
Expand Down
2 changes: 0 additions & 2 deletions freezegun/__init__.pyi

This file was deleted.

0 comments on commit 91980c8

Please sign in to comment.