Skip to content

Commit

Permalink
Add mypy-specific workaround for realpython/pytest-mypy#160 and avoid…
Browse files Browse the repository at this point in the history
… altering the file.
  • Loading branch information
jaraco committed Aug 6, 2023
1 parent e0013a0 commit ca9f7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ignore_missing_imports = True
# required to support namespace packages
# https://github.com/python/mypy/issues/14057
explicit_package_bases = True

# workaround for realpython/pytest-mypy#160
[mypy-jaraco.site.projecthoneypot.*]
ignore_errors = True

0 comments on commit ca9f7f8

Please sign in to comment.