Skip to content
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

General Cleanup #16

Merged
merged 12 commits into from
Oct 9, 2023
Merged

General Cleanup #16

merged 12 commits into from
Oct 9, 2023

Conversation

ToasterUwU
Copy link
Contributor

Cleaning up formatting issues, misspells, and other things my perfectionist brain cant leave standing.

@ToasterUwU
Copy link
Contributor Author

The last commit was mainly for the sake of the linebreaks not displaying at all on Github ( Needs an empty line to actually line break )

…aFrame

refactor(plot_benchmark_results.py): remove unused stddev variable and related code
…ional checks, prevents lint errors about md5 being potentially unbound

fix(py3createtorrent.py): add type ignore comment to torrent_files argument in create_multi_file_info function call
@rsnitsch
Copy link
Owner

rsnitsch commented Oct 9, 2023

This project uses yapf for automatic code formatting. The code style for this project is defined in .style.yapf. The style is based on pep8, although a while back I added column_limit=120 which is a small deviation from pep8, but worth it IMHO.

Many formatting changes in this PR are unfortunately in conflict with the code style defined in .style.yapf, but this can be remedied easily by simply executing yapf on your changed code.

@ToasterUwU
Copy link
Contributor Author

Ran yapf ( that already was installed apparently ), did it with yapf -vv -r -i ., just so you know how I did it in case that matters and I didn't realize.

@ToasterUwU ToasterUwU marked this pull request as ready for review October 9, 2023 19:43
@rsnitsch rsnitsch merged commit b23c911 into rsnitsch:develop Oct 9, 2023
2 checks passed
@rsnitsch
Copy link
Owner

rsnitsch commented Oct 9, 2023

Perfection. Thank you very much!

@ToasterUwU ToasterUwU deleted the refactor/general-cleanup branch October 9, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants