fix entry point selector pytest_diff_selector.main:run-->pytest_diff_selector.main:main#3
fix entry point selector pytest_diff_selector.main:run-->pytest_diff_selector.main:main#3amielnoy wants to merge 1 commit intofruch:masterfrom
Conversation
| @@ -0,0 +1,32 @@ | |||
| INSTALLING THE TOOL IN THE USER ENVIRONMENT: | |||
There was a problem hiding this comment.
Looks like there are two readme files by mistake, can you move those instructions into README.md ?
Also try to stick to the markdown format
https://www.markdownguide.org/cheat-sheet/
Using headings and fenced code blocks
It would be nice that the readme change would be on its own commit, separated for the fix.
There was a problem hiding this comment.
OK
i will use a separate commit for the README.md
after applying usage and installation directions
|
Try to amend the text to the commit, so it's title would be similar to the title of the PR Anyhow you don't need to write the exact change in the commit description and title, one could see the diff. It's more helpful to write the reason for the change, for example pasting the backtrace/failure, so others can look it up if facing similar failure |
|
Looks like the CI checks precommit hooks are failing: I'm guessing Again I'll suggest doing such a change/fix on its own commit |
[options.entry_points]
console_scripts =
this is the chane i made!
please test and merge