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

Code adherence to PEP 8 #46

Closed
Roman-Ka opened this issue Oct 21, 2020 · 3 comments
Closed

Code adherence to PEP 8 #46

Roman-Ka opened this issue Oct 21, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Roman-Ka
Copy link

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

@didix21
Copy link
Owner

didix21 commented Oct 21, 2020

@Roman-Ka any improvement is welcome. Thanks!

@didix21
Copy link
Owner

didix21 commented Oct 21, 2020

Maybe we can add a linter for checking code for future PRs. For example Pylint: https://github.com/PyCQA/pylint

@Roman-Ka
Copy link
Author

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 didix21 added the enhancement New feature or request label Oct 21, 2020
@didix21 didix21 assigned didix21 and unassigned Roman-Ka Mar 11, 2023
didix21 added a commit that referenced this issue Mar 12, 2023
- Format mdutils source files.
- Format mdutils tests files.
didix21 added a commit that referenced this issue Mar 12, 2023
- Format mdutils source files.
- Format mdutils tests files.
didix21 added a commit that referenced this issue Mar 12, 2023
- Format mdutils source files.
- Format mdutils tests files.
didix21 added a commit that referenced this issue Mar 12, 2023
- Format mdutils source files.
- Format mdutils tests files.
didix21 added a commit that referenced this issue Mar 12, 2023
- Format mdutils source files.
- Format mdutils tests files.
@didix21 didix21 closed this as completed Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants