Skip to content

Commit

Permalink
add ignore_missing_imports for onlinejudge module
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Dec 13, 2019
1 parent 1fd2f63 commit 92919bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -35,3 +35,6 @@ ignore_missing_imports = True

[mypy-markdown.*]
ignore_missing_imports = True

[mypy-onlinejudge.*]
ignore_missing_imports = True

0 comments on commit 92919bb

Please sign in to comment.