File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You need to have the following tools available to you:
33
33
- Run ` make install ` to get ` poetry ` to install all dependencies and set up ` pre-commit `
34
34
- ** Recommended** : Run ` make ` or ` make help ` to see other commands available to you.
35
35
- After this, you should have a working virtual environment and proceed with writing code with your favourite IDE
36
- - ** TIP** : You can run ` make core/tests ` or ` make module /<my-module>/tests ` to run the tests specifically for that to speed up feedback cycles
36
+ - ** TIP** : You can run ` make core/tests ` or ` make modules /<my-module>/tests ` to run the tests specifically for that to speed up feedback cycles
37
37
- You can also run ` make lint ` to run the ` pre-commit ` for the entire codebase.
38
38
39
39
You can’t perform that action at this time.
0 commit comments