Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 21, 2024
1 parent 36af527 commit 5bd2689
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ explicit_package_bases = True

# Disable overload-overlap due to many false-positives
disable_error_code = overload-overlap

# jaraco/tempora#35
[mypy-tempora]
ignore_missing_imports = True

# requests/toolbelt#279
[mypy-requests_toolbelt]
ignore_missing_imports = True

# Lucretiel/autocommand#34
[mypy-autocommand]
ignore_missing_imports = True

0 comments on commit 5bd2689

Please sign in to comment.