-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support arrays of per file ignore options #165
Support arrays of per file ignore options #165
Conversation
Thanks! Do you mind to make the lint pass? I made the tests run. |
I think it wants you to run black as well. |
You're welcome. I don't mind at all - given the nature of this project, running a linter should've occured to me sooner. |
for more information, see https://pre-commit.ci
Hi Christopher. These latest failures are from lots of different lines being too long, perhaps due to the Black line length setting whose name I changed re-enabled. I've added the same setting to Ruff, and linting seems to pass now on my fork: https://github.com/JamesParrott/pylint-per-file-ignores/actions/runs/12027829692 |
2d589ee
into
christopherpickering:master
Thanks! sorry for the delay here. |
No problem. Thanks Christopher :). |
I'm not sure how to test this, and hence am not sure if this works, but perhaps this fixes #160?