Skip to content

Commit

Permalink
chore: remove mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Samox committed Jan 22, 2024
1 parent c736440 commit d9cceed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/driftdb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ jobs:
- name: Run tests
run: python -m unittest discover -s tests

- name: Run Mypy
run: mypy --install-types --non-interactive driftdb
5 changes: 0 additions & 5 deletions tools/driftdb/mypy.ini

This file was deleted.

1 change: 0 additions & 1 deletion tools/driftdb/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
mypy
2 changes: 1 addition & 1 deletion tools/driftdb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ isort
pandas
pandas-stubs
PyGithub
typing_extensions==4.9.0
typing_extensions
typer[all]

0 comments on commit d9cceed

Please sign in to comment.