Skip to content

Commit

Permalink
Update wording in the comment.
Browse files Browse the repository at this point in the history
Use imperative voice and orient the comment to describe the setting more directly and give guidance on what to do about it.
  • Loading branch information
jaraco authored Aug 25, 2024
1 parent 8929bd3 commit 2c40a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ explicit_package_bases = True
disable_error_code =
# Disabled due to many false-positives
overload-overlap,
# Enable import-untyped if you'd like to be notified about using untyped dependencies or missing stubs packages
# You can leave it disabled if your package isn't publicly typed / `py.typed`
# Disable import-untyped to avoid widespread failures. Remove when safe or when
# specific exclusions supersede this broad setting.
import-untyped,

0 comments on commit 2c40a3d

Please sign in to comment.