Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Spelling
  • Loading branch information
cdce8p committed Jun 4, 2025
commit cec75cdf7c5139f967b7e511597baa85e6a81c46
2 changes: 1 addition & 1 deletion mypy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ def set_strict_flags() -> None:
print("Warning: --strict-concatenate is deprecated; use --extra-checks instead")

if options.force_uppercase_builtins:
print("Warning: --force-uppercase-builtins is deprecated; Mypy only supports Python 3.9+.")
print("Warning: --force-uppercase-builtins is deprecated; mypy only supports Python 3.9+")

# Set target.
if special_opts.modules + special_opts.packages:
Expand Down