Skip to content

Sync with distutils@30b7331#4576

Merged
jaraco merged 7 commits intomainfrom
bugfix/distutils-284
Aug 19, 2024
Merged

Sync with distutils@30b7331#4576
jaraco merged 7 commits intomainfrom
bugfix/distutils-284

Conversation

@jaraco
Copy link
Copy Markdown
Member

@jaraco jaraco commented Aug 19, 2024

  • Let _show_help() use commands instead of self.commands
  • Enforce flake8-bugbear (B) and isort (I) ruff rules
  • Add test capturing missed expectation.
  • Ensure a missing target is still indicated as 'sources are newer' even when there are no sources.

Summary of changes

Style changes plus pypa/distutils#276 and pypa/distutils#284.

Pull Request Checklist

DimitriPapadopoulos and others added 7 commits August 3, 2024 20:46
Depending on the context, _show_help() is called with a different
commands argument. I believe the intent was to adapt the help message
to the context. However, it would operate on self.commands instead
of the commands argument, which would break this purpose.
…help

Let _show_help() use commands instead of self.commands
Enforce flake8-bugbear (`B`) and isort (`I`) ruff rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants