Skip to content

Code cleanup#510

Merged
bee-san merged 19 commits intomasterfrom
skeletal-code-cleanup
Oct 26, 2020
Merged

Code cleanup#510
bee-san merged 19 commits intomasterfrom
skeletal-code-cleanup

Conversation

@SkeletalDemise
Copy link
Copy Markdown
Contributor

This is a big code cleanup. I looked at every file and made changes to cleanup the code. List of things I did:

  • Ran Python black on every Python file and made every file PEP8 compliant except for line lengths.
  • Ran Pylint and Flake8 on every Python file and fixed a lot of the warnings/errors.
  • Ran isort on every Python file to organize and alphabetize the imports.
  • Removed unused and unnecessary imports.
  • Refactored the code and made it a lot cleaner.
  • Fixed spelling and grammar mistakes in the code and comments.
  • Alphabetized test_main.py
  • Added missing tests for Base32, Base85, Morse Code, Octal, ROT47 and Reversed text.
  • Bumped CipheyCore and CipheyDists to 0.3.2 and 0.3.33

@bee-san bee-san merged commit 5544e94 into master Oct 26, 2020
@bee-san bee-san deleted the skeletal-code-cleanup branch October 26, 2020 19:11
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