-
Notifications
You must be signed in to change notification settings - Fork 2
Improvements for Learning-Python - M1ddleM1n #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
added black for formatting
added ruff - (known as a linter)
updates the readme stats everytime you push a commit and counts the files and lines ie. files - 44 and lines - 1928
otherwise black will complain
fixed a spelling error this way ruff wont complain if a spelling error is there
another spelling error found
fixed some spelling errors
fixed more errors
should be everything for codespell
its now "Frau Lines" (as a placeholder) it should be Frau Ine but codespell complains
cleaned up lines 111-123 Into one function
updated and kept it german
so ruff chills out LOL
|
If you want any more help on adding anything else in please feel free to make a issue on (github.com/TheM1ddleM1n/PythonProgramsV3) :D |
|
(being informal) Yo, your updates were really cool, the .yml that let's GitHub auto update was sooo cool, I struggled with that, couldn't wrap my head around it, and the lines and files counter AMAZING!!. Thanks Again |
|
thanks very much @1501henify! thanks for ur reply and no problem 👍 |
|
hey @1501henify! I have made a battleships game using python! What do you think? Have a great day/night! TheM1ddleM1n |
|
(informal, yet again) |
thanks so much! and okay TheM1ddleM1n |
Hello @1501henify! and @Henry!
Hope ur okay!
Changes made:
Refactored greet() to eliminate redefinition errors (F811)
Defined Passwort_prufen() to resolve undefined name (F821)
Cleaned up spelling issues flagged by codespell
Reformatted all files with consistent style
Ruff and Codespell now pass cleanly across the repo
Also added readme stats for files and lines
This PR wraps up the polish across the project — everything’s stable, readable, and lint-free. This is now ready to merge!
Have a great day or night!
TheM1ddleM1n