Skip to content

Commit

Permalink
add mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Aug 27, 2021
1 parent 3848e34 commit ce02311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ exclude = .git, .tox, __pycache__, dist

[isort]
profile=black

[mypy]
ignore_missing_imports = True

0 comments on commit ce02311

Please sign in to comment.