Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons authored Sep 30, 2022
1 parent 5e90666 commit 1f0a65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The default package uses:
* [pytest](https://docs.pytest.org/en/7.1.x/) for testing,
* [black](https://black.readthedocs.io/en/stable/) for linting,
* [pyright](https://github.com/microsoft/pyright) for typechecking.
* [GitHub Actions](https://github.com/features/actions) for CI and publishing.

New repositories include config files and Dockerfile for developing in VS Code or Codespaces, so the development process can happen end to end in Github. (Or not! Will still worked cloned locally).

Expand Down Expand Up @@ -62,4 +63,4 @@ This project defines several meta tests in `tests/` that will:
* Attempt to provision a template with basic variables.
* Run the projects internal tests for self-integrity.

This requires the packages listed in `requirements.dev.txt` to be installed.
This requires the packages listed in `requirements.dev.txt` to be installed.

0 comments on commit 1f0a65f

Please sign in to comment.