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 and fix pylint #276

Open
joewesch opened this issue Feb 5, 2025 · 1 comment
Open

Enable and fix pylint #276

joewesch opened this issue Feb 5, 2025 · 1 comment
Assignees

Comments

@joewesch
Copy link
Contributor

joewesch commented Feb 5, 2025

We should fix all pylint errors and enable it to run during our standard tests:

pynautobot/tasks.py

Lines 318 to 322 in 035419b

black(context, local)
flake8(context, local)
# Too much to deal with atm.
# pylint(context, local)
yamllint(context, local)

@networkautomaniac
Copy link

Joe, I can start chiseling away at the pylint errors.

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

No branches or pull requests

2 participants