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

Fix linter errors #845

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix linter errors #845

wants to merge 1 commit into from

Conversation

GH0st3rs
Copy link
Contributor

There are a lot of errors when you run make lint
Also I can suggest to use more linters and add something like this

PYLINT_IGNORED_RULES=W0614,W0401,E0102,C0116,C0209,W0201,W0223
python3 -m pylint -r no --disable=all --enable=E -d $(PYLINT_IGNORED_RULES) $(DIRECTORY)

into make lint directive

Remove python2 style
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.

1 participant