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

Enable pylint in project #1148

Open
alonbl opened this issue Mar 24, 2024 · 0 comments
Open

Enable pylint in project #1148

alonbl opened this issue Mar 24, 2024 · 0 comments
Assignees

Comments

@alonbl
Copy link
Contributor

alonbl commented Mar 24, 2024

Task following #1141

The pylint is embedded in build system but not enabled.

Please consider enabling it for brief moments and solve the trivial issues first.

For example:

tox -e lint-py310

There are lots of violations, you can skip some, such as invalid-name by adding it to tool.pylint.MASTER section in pyproject.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants