-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upstream the good parts when rebasing application (#265)
* feat: upstream good parts from Makefile/pyproject * feat(docs): add start of migration instructions * fix: remove unused variable * fix: need to set variable to keep uv from complaining * feat: python-apt launchpad dep in pyproject.toml * feat: more upstreaming - Compared .gitignores and added things from my application. - Removed redundant black things in hook file. - Ruff format should be after check, as sometimes check's output needs to be formatted, but format's output shouldn't need to be checked. - Updated refactor instructions. - Updated ruff excludes. - Helped pyright's type checking. * Apply suggestions from code review Co-authored-by: Alex Lowe <alex.lowe@canonical.com> * fix: Alex's PR review * feat(Makefile): upstream coverage target * feat(docs): update readme with integration test info * feat: upstream minor tests workflow things * fix: uv snap has added aliases and doesn't need beta * docs: finishing touches on rebase instructions * fix: the uv.lock file is supposed to be checked in * feat(docs): make targets called out per @lengau, add update note * Apply suggestions from code review * fix(Makefile): upstream npm pyright bugfix * fix: add in the ruff formatter, per @dariuszd21 * fix: don't shellcheck everything that gets sourced * Update Makefile Co-authored-by: Dariusz Duda <darekduda21@gmail.com> * feat(docs): add note about merging * feat: allow installing snaps in parallel Co-authored-by: Alex Lower <alex.lowe@canonical.com> * Update Makefile * fix: Darius pointed out that ruff excludes via .gitignore * fix: `--respect-gitignore` is the default --------- Co-authored-by: Alex Lowe <alex.lowe@canonical.com> Co-authored-by: Dariusz Duda <darekduda21@gmail.com>
- Loading branch information
1 parent
84c2a0e
commit 44ce081
Showing
8 changed files
with
169 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters