Skip to content

Commit

Permalink
Hacky way to setup stubs for mypy if missing
Browse files Browse the repository at this point in the history
Find a better way, this is ugly.

More info and fix coming here: python/mypy#10600
  • Loading branch information
LefterisJP committed Jun 12, 2021
1 parent 7619dfd commit 2d415f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
lint:
flake8 rotkehlchen/ tools/data_faker
yes | mypy rotkehlchen/ tools/data_faker --install-types || true
mypy rotkehlchen/ tools/data_faker
pylint --rcfile .pylint.rc rotkehlchen/ tools/data_faker

Expand Down

0 comments on commit 2d415f5

Please sign in to comment.