Closed darigovresearch closed 4 years ago
Would resolve Issue #167 if merged
Am not sure if the tests are relevant here as the only modification to the code was in the readme. Could anyone please advise?
Hey syfertext is formatted using black and the tests here are to check whether there is any issue in the formatting. From the main directory just do a black syfertext/
command and then commit.
Edit :- Checked the changes made, since it's only in one file and I think the master build is failing as is so this should be good to go. @Nilanshrajput take a look here
Hmm, seems like the last commit on the master was with a different version of black, @darigovresearch can you install latest black with pip, and do as @hershd23 said black syfertext
and black setup.py
@hershd23 & @Nilanshrajput thanks for taking a look and the advice, I have just now committed & pushed the after doing the requested commands
hey one more step just do black tests also. (you can do black SyferText from parent directory to ensure everything inside repo is formated)
Done now, everything should be in order!
Do you think it would be worth adding a contributing.md file like similar to PySyft to outline how to do a pull request including needing black and to run the one specific command?
Happy to adapt that repository's readme & contributing.md file to make this work in another pull request!
Good work @darigovresearch, congrats for your first contribution in SferText!!!
@Nilanshrajput & @hershd23 thanks for guiding me through it! Shall I open an issue and do a pull request to help make the contributing process a little clearer and hopefully get more people contributing to the project?
Done now, everything should be in order!
Do you think it would be worth adding a contributing.md file like similar to PySyft to outline how to do a pull request including needing black and to run the one specific command?
Happy to adapt that repository's readme & contributing.md file to make this work in another pull request!
Nice idea @darigovresearch , go for it create a pr. Thank you!
Sounds good & will do!
Description
Corrects the missing closing parenthesis in the introductory paragraph of the readme
Affected Dependencies
None
How has this been tested?
Checklist