You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository currently uses pylint for linting. However, integrating pylint into pre-commit and Github Workflows isn't straightforward, which means we have to manually run pylint locally and there is no enforcing linting before merging a PR. Instead, we shoudl switch to flake8 linting, which integrates easily into pre-commit.
The text was updated successfully, but these errors were encountered:
The repository currently uses
pylint
for linting. However, integratingpylint
into pre-commit and Github Workflows isn't straightforward, which means we have to manually runpylint
locally and there is no enforcing linting before merging a PR. Instead, we shoudl switch toflake8
linting, which integrates easily intopre-commit
.The text was updated successfully, but these errors were encountered: