Skip to content

Commit

Permalink
chore: Update project setup and workflows in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bart6114 committed Sep 10, 2024
1 parent 91920d7 commit 9ceab0d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ This boilerplate project contains the following setup ready for you to go.
* `ruff` (triggered by `rye`)
* testing framework
* `pytest` (triggered by `rye`)
* see `tests` directory
* type checking
* `mypy`
* configured pre-commit hooks
* pre-commit hooks
* GitHub Actions workflow in `.github/workflows`

This boilerplate prefers a [src layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) over a flat layout.

Expand All @@ -23,5 +25,6 @@ This boilerplate prefers a [src layout](https://packaging.python.org/en/latest/d
2. `pre-commit install`
3. Optionally run `pre-commit run --all-files` (this will be triggered automatically on each commit)
4. On each `git commit` the code validation packages will be run before the actual commit.
5. Explore the setup in the folder structure of this package.
6. Profit.
5. GitHub Action workflows will be triggered on `push` and `pull_request` events.
6. Explore the setup in the folder structure of this package.
7. Profit.

0 comments on commit 9ceab0d

Please sign in to comment.