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

refactor!(projects): Make arguments kw-only #364

Merged
merged 2 commits into from
May 29, 2022
Merged

Commits on May 29, 2022

  1. refactor!(projects): Make arguments kw-only

    To make passing as a configuration file (#315 and
    vcs-python/vcspull#362) easier, deprecate
    positional arguments.
    
    See also:
    - PEP 570: https://peps.python.org/pep-0570/
    - https://peps.python.org/pep-0570/#:~:text=def%20kwd_only_arg*%2C%20arg)(%3A)
    tony committed May 29, 2022
    Configuration menu
    Copy the full SHA
    0c32240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e03f1 View commit details
    Browse the repository at this point in the history