Skip to content

Commit b5860e2

Browse files
Merge pull request #1 from NetherlandsForensicInstitute/readme-all-fix
Change fix-all to all-fix to match pyproject.toml
2 parents 4a527ed + b90ec98 commit b5860e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ From the `lrmodule` python module, several public API methods are exposed:
1212
1. Install all dependencies using `pdm sync -G dev` (to install dev dependencies as well)
1313
2. Run checks with `pdm run check` or `pdm check-quality` to automatically fix the things as well
1414
3. Run tests with `pdm run test`
15-
4. To run everything `pdm run all` (no auto fixes) or with fixes: `pdm run fix-all`
15+
4. To run everything `pdm run all` (no auto fixes) or with fixes: `pdm run all-fix`
1616

1717
All typing, linting and formatting configuration was taken from the Scratch repository for seamless integration.

0 commit comments

Comments
 (0)