Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small PythonInspector-related simplifications #8108

Closed
wants to merge 2 commits into from

Commits on Jan 12, 2024

  1. chore(pip): Remove an unecessary version conversion

    As of version 0.9.3 [1], `python-inspector` also supports "dotted"
    versions.
    
    [1]: https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v093
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6cd1f96 View commit details
    Browse the repository at this point in the history
  2. style(pip): Unwrap inspect arguments and make them unnamed

    The variable names are now all exactly the same as the parameter names,
    so there is no benefit in used named arguments.
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    01d3c1b View commit details
    Browse the repository at this point in the history