From 0e376e5c375633b47217cdf33ff08b0aa7ae83a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:42:27 +0000 Subject: [PATCH 1/2] Initial plan From 063016486cd51e4890c8273230c351898cf7ed2d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:47:52 +0000 Subject: [PATCH 2/2] Fix typos in README.md Co-authored-by: tugrulates <5593188+tugrulates@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f71649..8e81242 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If running locally instead, you will need Python3 with [hatch](https://github.co Skip this section if you are using Dev Containers or Codespaces. -All following setup is optional. They are meant to increase life-of-quality during development. +All following setup is optional. They are meant to increase quality-of-life during development. - To run 'hatch' commands (see below): @@ -88,7 +88,7 @@ Check out the example app code to get accustomed to the setup. You will need to There is a robust CI pipeline already setup. It contains the following jobs. -- **lint**: Checks that all lint checkers are happy amd would succeed. +- **lint**: Checks that all lint checkers are happy and would succeed. - **fmt**: Format code with black and isort. - **test**: Checks that all unit tests are passing on Linux, Mac, and Windows, with different Python versions. - **coverage**: Checks that code coverage is above 80%. Optionally, uploads coverage to [Codecov](https://codecov.io). @@ -108,6 +108,6 @@ I hope you will find this template useful. You can create an issue if you have a ## 🚩 Roadmap -The project scaffolds a basic CLI application. You can build upon this for your own, or you can strip the CLI parts altogether to build a different type of Python package. Actual templating a la [Cookiecuter](https://www.cookiecutter.io/) could be useful. +The project scaffolds a basic CLI application. You can build upon this for your own, or you can strip the CLI parts altogether to build a different type of Python package. Actual templating a la [Cookiecutter](https://www.cookiecutter.io/) could be useful. This project does not yet include an end-to-end test. It would be an improvement to automatically download CI artifacts from the main branch and run tests against them.