Improve output in interactive mode#3884
Conversation
When in interactive mode, the file name and line number is now printed before the User is asked for confirmation. Also the filename color is applied in the `FIXED: ` printout. Fix codespell-project#1925
|
Am I supposed to to something about the failing checks? Especially the decrease in coverage, which imho mainly originates from added line breaks. I still do not know why some of the pytests fail. It looks as if that were due to some dependency issue. They ran successfully on main a few days ago, and I did not do anything regarding dependencies in my commits, so I am a bit clueless here atm. |
|
Should be fixed by #3886 which I just merged into your branch |
|
What is the review policy for the codespell project? Am I supposed to do something else / provide more information? I was happy to do so. What do you need from my side to get this integrated? |
|
@darkmattercoder maintainers aren't pinged on commits, so best to add a comment once everything is green and ready for review! LGTM so in it goes, thanks @darkmattercoder ! |
When in interactive mode, the file name and
line number is now printed before the User
is asked for confirmation.
This adds context to the suggestion. Before, the file was only displayed after the change had been applied.
Also the filename color is applied in the
FIXED:printout.Fix #1925
See: