We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80894ca commit 4d20eb3Copy full SHA for 4d20eb3
README.md
@@ -92,7 +92,7 @@ install all the project dependencies (Python included) automatically.
92
A number of tasks are provided
93
- `pixi run test` to run the test.
94
- `pixi run fmt` to run the code formatter.
95
-- `pixi run fmt` to run the code formatter.
+- `pixi run check` to run the code checks and linters.
96
- `pixi run ci` to combine all these checks in a one stop task.
97
98
[Pre-commit](https://pre-commit.com/) is configured with the specificity that it will actually run
0 commit comments