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

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Fix linter errors #845

merged 1 commit into from
Jan 20, 2025

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
@lucyoa lucyoa merged commit 6f5786e into threat9:master Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants