Skip to content

Commit

Permalink
Link to upstream requests for type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 25, 2024
1 parent 40f8dfa commit a2d4486
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ explicit_package_bases = True
disable_error_code =
# Disabled due to many false-positives
overload-overlap,
# Disable import-untyped to avoid widespread failures. Remove when safe or when
# specific exclusions supersede this broad setting.
import-untyped,

# asweigart/pyperclip#210
[mypy-pyperclip]
ignore_missing_imports = True

# jonathaneunice/richxerox#3
[mypy-richxerox]
ignore_missing_imports = True

0 comments on commit a2d4486

Please sign in to comment.