You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We adhere to Django's Code of Conduct in all interactions and expect all contrib
20
20
21
21
### `Justfile`
22
22
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.
24
24
25
25
<!-- [[[cog
26
26
import subprocess
@@ -74,7 +74,7 @@ Alternatively, any Python package manager that supports installing from `pyproje
74
74
75
75
1. Fork the repository and clone it locally.
76
76
77
-
2. Use `uv` to bootstrap your development environment:
77
+
2. Use `uv` to bootstrap your development environment.
78
78
79
79
```bash
80
80
uv python install
@@ -102,7 +102,7 @@ uv run nox --session tests
102
102
# just testall
103
103
```
104
104
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`.
106
106
107
107
```bash
108
108
uv run nox --session test -- -v --last-failed
@@ -241,7 +241,7 @@ Configuration for these tools can be found in:
241
241
242
242
## Continuous Integration
243
243
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/).
245
245
246
246
-[`test.yml`](.github/workflows/test.yml) - Runs on pushes to the `main` branch and on all PRs
0 commit comments