Submitting examples for code review for python-break examples
Where to put new files:
- New files should go into a top-level subfolder, named after the article slug. For example:
my-awesome-article
How to merge your changes:
- Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
- Find an RP Team member on Slack and ask them to review & approve your PR.
- Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
- 🎉
@acsany Hello! I made some edits and uploaded my updated code examples
@acsany I need a little help with the linter. For my latest job, I got this message: All checks passed! would reformat /home/runner/work/materials/materials/python-break/user_input_example.py
Oh no! 💥 💔 💥 1 file would be reformatted, 3319 files would be left unchanged. Error: Process completed with exit code 1.
But I don't see anything indicating how I would need to fix this file. Can you help me understand what it's asking me to fix? Thanks so much!
@acsany Created the pull request for my updated materials/code samples