-
Notifications
You must be signed in to change notification settings - Fork 50
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
Code adherence to PEP 8 #46
Labels
enhancement
New feature or request
Comments
@Roman-Ka any improvement is welcome. Thanks! |
Maybe we can add a linter for checking code for future PRs. For example Pylint: https://github.com/PyCQA/pylint |
I haven't had experience with Pylint, I am using flake8, but I think all of them should be pretty easy to set-up via GH actions, will look into it as well and consult with you when I have some pointers |
didix21
pushed a commit
that referenced
this issue
Mar 12, 2023
- Format mdutils source files. - Format mdutils tests files.
didix21
pushed a commit
that referenced
this issue
Mar 12, 2023
- Format mdutils source files. - Format mdutils tests files.
didix21
pushed a commit
that referenced
this issue
Mar 12, 2023
- Format mdutils source files. - Format mdutils tests files.
didix21
pushed a commit
that referenced
this issue
Mar 12, 2023
- Format mdutils source files. - Format mdutils tests files.
didix21
pushed a commit
that referenced
this issue
Mar 12, 2023
- Format mdutils source files. - Format mdutils tests files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, while working on #33 I came across a couple of things that can be improved in my opinion, first of which would be to make sure the code base adheres to the PEP8 convention. The code is clear and well-written but there are some long lines that are hard to read, so limiting line length and adhering to other standarts of PEP8 can make it even better and easier to work with.
I am happy to do it and submit a pull request
The text was updated successfully, but these errors were encountered: