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

chore: refactor code to meet pylint style guidelines. WIP #36

Closed
wants to merge 4 commits into from
Closed

chore: refactor code to meet pylint style guidelines. WIP #36

wants to merge 4 commits into from

Conversation

chtnnh
Copy link
Contributor

@chtnnh chtnnh commented Oct 31, 2021

#34

Sorry, I may have jumped the gun on this @rafaeelaudibert but it was really bugging me.

Also, might need your help with setting up the GitHub CI to check for pylint errors

@ghost
Copy link

ghost commented Oct 31, 2021

CodeSee Review Map:

Review these changes using an interactive CodeSee Map

Review in an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend

Copy link
Owner

@rafaeelaudibert rafaeelaudibert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks incredible @chtnnh! Thank you so much for contributing. I've left a review below, with some questions and suggested changes.

I think we could leave the CI for a next PR, just so that this PR doesn't get even bigger. What are your thoughts?

encryptor/__init__.py Show resolved Hide resolved
encryptor/__init__.py Show resolved Hide resolved
Comment on lines -15 to +24
self.message = message
BadRequest.message = message
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this change? We could do it differently, though, calling super.__init__(message)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter threw an error I didn't fully understand. But this made it go away 😆

LMK if this is unacceptable

encryptor/encryptors/vigenere.py Outdated Show resolved Hide resolved
encryptor/encryptors/vigenere.py Outdated Show resolved Hide resolved
encryptor/encryptors/vigenere.py Outdated Show resolved Hide resolved
chtnnh and others added 3 commits November 1, 2021 10:41
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
@chtnnh chtnnh closed this by deleting the head repository Apr 30, 2023
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