python-vagrant
python-vagrant copied to clipboard
Python bindings for interacting with Vagrant virtual machines.
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 23.7.0 → 24.8.0](https://github.com/psf/black/compare/23.7.0...24.8.0) - [github.com/pycqa/flake8.git: 6.1.0 → 7.1.1](https://github.com/pycqa/flake8.git/compare/6.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.11.2) - [github.com/pycqa/pylint: v3.0.0a7 →...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
The latest version of this package on pypi is 1.0.0 where it is 1.1.0 here on github. Who would be the correct one to resolve this?
`vagrant up` has the option `--no-destroy-on-error` which is very helpful for debugging. It would be nice if python-vagrant supported it, and it looks simple to add. I would just add...