Skip to content

Commit 4d20eb3

Browse files
authored
chore: Upgrade lief to conda-forge and fix dev instructions (#7)
* Switch to lief 0.17 * Fix instructions typo
1 parent 80894ca commit 4d20eb3

File tree

3 files changed

+185
-28
lines changed

3 files changed

+185
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ install all the project dependencies (Python included) automatically.
9292
A number of tasks are provided
9393
- `pixi run test` to run the test.
9494
- `pixi run fmt` to run the code formatter.
95-
- `pixi run fmt` to run the code formatter.
95+
- `pixi run check` to run the code checks and linters.
9696
- `pixi run ci` to combine all these checks in a one stop task.
9797

9898
[Pre-commit](https://pre-commit.com/) is configured with the specificity that it will actually run

0 commit comments

Comments
 (0)