g3
g3 copied to clipboard
All-in-one CLI to commit your work to Github
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [typer](https://github.com/tiangolo/typer) from 0.9.4 to 0.12.3. Release notes Sourced from typer's releases. 0.12.3 Fixes 🐛 Fix Rich formatting with no commands. PR #796 by @svlandeg. 0.12.2 Features ✨ Improve column...
Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.1 to 2.3.0. Release notes Sourced from pygithub's releases. v2.3.0 New features Support oauth for enterprise @EnricoMi (#2780) Support creation of Dependabot Organization and Repository Secrets @thomascrowley...
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. Commits 88a4f9b Release 7.0.0 6f3a60d Merge pull request #1906 from PyCQA/upgrade-pyflakes cde8570 upgrade pyflakes to 3.2.x 2ab9d76 Merge pull request #1903 from PyCQA/pre-commit-ci-update-config e27611f...
More details [here](https://github.com/Workable/g3/pull/116/files#r1308965569)
`--function-context` adds a lot of boilerplate in the prompt for each line change reaching easily the limit of `5k` token per commit. We should provide the option developers disable it...
Projects having linting fixes using pre-commit hooks result `g3` to fail with not readable error messages upon `g3 commit`. We should try to commit and print a human readable error...