Skip to content

Commit 2054acf

Browse files
committed
update
1 parent bde53cc commit 2054acf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ My personal Copier template for Python projects.
99
* **Automated workflows** - [just](https://github.com/casey/just) commands for testing, linting, and building
1010
* **Code quality tools**: [ruff](https://docs.astral.sh/ruff/) for linting and formatting, pre-commit hooks
1111
* **Testing setup** with [pytest](https://docs.pytest.org/en/stable/) and [Hatch](https://hatch.pypa.io/latest/) for cross-version testing
12-
* **GitHub Actions integration**: optional workflows for testing and PyPI publishing
12+
* **GitHub Actions integration**: optional workflows for linting, testing and PyPI publishing
1313
* **Licenses from** [choosealicense.com](https://choosealicense.com/)
14-
* **Basic ```README.md```** with badges, installation instructions, and project structure
14+
* **Basic ```README.md```** with badges and installation instructions
1515

1616
## Requirements
1717

0 commit comments

Comments
 (0)