-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
STYLE fix pylint issues #48855
Comments
Hi there! I'll get to work on the "used-before-assignment" warning and remove it from the pyproject.toml file. EDIT: PR went stale, anyone else is welcome to work on this |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'll work on removing |
Hi! I am also new to the open source, but I want to contribute, I will work on the "no-method-argument". |
Hi! I'll work on |
Hi, I will take |
Hi, I will take |
Hi ! I'm new to open source, but I'd like to tackle the |
thanks @rokaicker - that one's probably too hard to turn off for now, without going through a deprecation cycle, but there's lot's of others to choose I've added this one to the description as one that's probably not possible to turn off for now |
working on "unsupported-assignment-operation" |
i am working on "no-self-argument" |
I am working on "unexpected-keyword-arg" |
I am working on |
Hi, I would like to work on "used-before-assignment," but I'm aware it was already claimed by @shivamurali. Can I submit my own PR for it? Thanks. |
I'll work on the |
Hi! I am also new to the open source, but I want to contribute, I will work on the "undefined-variable" |
I'll work on |
sorry, |
Thanks |
we can probably keep it off We're probably scraping the barrel here with this issue, I think we've probably enabled most of the most meaningful ones There's still some files to do in #49656 if you fancy that though |
Is anyone working on |
I took a look and I think |
I will also work on |
Hi @MarcoGorelli , I checked pylint warning For example: |
Hi @MarcoGorelli |
thanks @seanjedi - let's keep that one off too, I think they're all false positives and we risk annoying contributors
|
I will work on |
@MarcoGorelli Alright, thanks for letting me know! |
@MarcoGorelli I have worked on implementing the changes for |
Found just over 30 instances of |
I'll take |
yeah let's do that |
PR closed. |
Has anyone taken line-too-long yet? Can I work on it? |
Thanks everyone for your contributions! I think we've probably taken the most valuable ones already, so I think we can stop asking for contributions on this one. If anyone comes across a pylint code which can be removed and which adds then value, then please do submit a PR to fix it! You're still welcome to do that, I just think it's time to close the issue Thanks all 🙏 |
In https://github.com/pandas-dev/pandas/pull/48759/files we're introduced
pylint
, but have turned off its warnings as there's a lot of them:pandas/pyproject.toml
Lines 36 to 67 in d719840
Task here is:
pyproject.toml
pre-commit run pylint --hook-stage manual --all-files
. If this already passes, skip to step 4.pre-commit run pylint --hook-stage manual --all-files
passes, then stage and commit your changes and open a pull requestIf you believe a warning is a false-positive, then it's OK to ignore it in-line, e.g.
Please comment here which pylint warning you'll work on before starting so we don't duplicate work. No need to ask for permission to work on this, and no need to comment "take" as multiple people can work on this concurrently
NOTE: please do not write "closes #48855" in your PR
checks we probably can't turn off:
If you're not sure whether a check should fit into the above list, please do ask
The text was updated successfully, but these errors were encountered: