We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a527ed + b90ec98 commit b5860e2Copy full SHA for b5860e2
1 file changed
README.md
@@ -12,6 +12,6 @@ From the `lrmodule` python module, several public API methods are exposed:
12
1. Install all dependencies using `pdm sync -G dev` (to install dev dependencies as well)
13
2. Run checks with `pdm run check` or `pdm check-quality` to automatically fix the things as well
14
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`
+4. To run everything `pdm run all` (no auto fixes) or with fixes: `pdm run all-fix`
16
17
All typing, linting and formatting configuration was taken from the Scratch repository for seamless integration.
0 commit comments