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

Replace PyLama with Pylint #984

Open
rstyd opened this issue Jan 7, 2025 · 0 comments
Open

Replace PyLama with Pylint #984

rstyd opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rstyd
Copy link
Collaborator

rstyd commented Jan 7, 2025

Our linter PyLama is no longer being maintained, and it breaks on our current version of python. We need to switch to a new linter that is actively supported. I'd like into switching to ruff at some point, but that might require some additional tooling to get similar results to what we had with pylama.

I propose we switch out pylama for pylint. Pylint is already one of the linters we were using via pylama, and it's one of the most thorough.

This will require a few things:

  • Add pylint to the pyproject.toml
  • Convert our current setup.cfg configuration file from pylama to pylint
  • See how many things are out of spec and then collaborate as a team to fix things
@rstyd rstyd added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants