Skip to content

Commit 37883b7

Browse files
update docs
1 parent 8c28224 commit 37883b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We adhere to Django's Code of Conduct in all interactions and expect all contrib
2020

2121
### `Justfile`
2222

23-
The repository includes a `Justfile` that provides all common development tasks with a consistent interface. Running `just` without arguments shows all available commands and their descriptions:
23+
The repository includes a `Justfile` that provides all common development tasks with a consistent interface. Running `just` without arguments shows all available commands and their descriptions.
2424

2525
<!-- [[[cog
2626
import subprocess
@@ -74,7 +74,7 @@ Alternatively, any Python package manager that supports installing from `pyproje
7474

7575
1. Fork the repository and clone it locally.
7676

77-
2. Use `uv` to bootstrap your development environment:
77+
2. Use `uv` to bootstrap your development environment.
7878

7979
```bash
8080
uv python install
@@ -102,7 +102,7 @@ uv run nox --session tests
102102
# just testall
103103
```
104104

105-
Both can be passed additional arguments that will be provided to `pytest`:
105+
Both can be passed additional arguments that will be provided to `pytest`.
106106

107107
```bash
108108
uv run nox --session test -- -v --last-failed
@@ -241,7 +241,7 @@ Configuration for these tools can be found in:
241241

242242
## Continuous Integration
243243

244-
This project uses GitHub Actions for CI/CD. The workflows can be found in [`.github/workflows/`](.github/workflows/):
244+
This project uses GitHub Actions for CI/CD. The workflows can be found in [`.github/workflows/`](.github/workflows/).
245245

246246
- [`test.yml`](.github/workflows/test.yml) - Runs on pushes to the `main` branch and on all PRs
247247
- Tests across Python/Django version matrix

0 commit comments

Comments
 (0)