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

Scripts run package functions #5390

Merged
merged 4 commits into from
Oct 9, 2022
Merged

Commits on Oct 9, 2022

  1. added callables to [scripts] in Pipfile

    Can now add a callable like {call = "package.module:func('arg')"}
    jerempy committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    bb09442 View commit details
    Browse the repository at this point in the history
  2. news seg

    jerempy committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    8ff455b View commit details
    Browse the repository at this point in the history
  3. lint

    jerempy committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    4f16fa9 View commit details
    Browse the repository at this point in the history
  4. update vendored lib

    update to vendored tomlkit everywhere
    
    tests were breaking primarily due to the vendored tomlkit classes do not equal the non vendored
    jerempy committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    5f548d0 View commit details
    Browse the repository at this point in the history