-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
False positive E1120 no-value-for-parameter for class method #40
Comments
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): mitar, is this still a problem? I cannot reproduce it with pylint 1.1, astroid 1.0.1, common 0.60.1. |
Original comment by BitBucket: mitar, GitHub: @mitar?: Oh. After more testing I discovered that I misattributed the problem. It seems I didn't read the lines correctly. The whole function is:
And it fails at the https://github.com/django/django/blob/master/django/utils/decorators.py#L8 |
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): Solved in astroid with https://bitbucket.org/logilab/astroid/commits/30cd4b487741674c7cfc0a75b09ed693955cbbc1. |
🤖 I have created a release \*beep\* \*boop\* --- ## [1.7.0](https://www.github.com/googleapis/python-firestore/compare/v1.6.2...v1.7.0) (2020-05-18) ### Features * Create CODEOWNERS ([pylint-dev#40](https://www.github.com/googleapis/python-firestore/issues/40)) ([a0cbf40](https://www.github.com/googleapis/python-firestore/commit/a0cbf403fe88f07c83bec81f275ac168be573e93)) ### Bug Fixes * **firestore:** fix get and getall method of transaction ([pylint-dev#16](https://www.github.com/googleapis/python-firestore/issues/16)) ([de3aca0](https://www.github.com/googleapis/python-firestore/commit/de3aca0e78b68f66eb76bc679c6e95b0746ad590)) * Update team to be in correct org ([pylint-dev#43](https://www.github.com/googleapis/python-firestore/issues/43)) ([bef5a3a](https://www.github.com/googleapis/python-firestore/commit/bef5a3af4613b5f9d753bb6f45275e480e4bb301)) * **firestore:** fix lint ([pylint-dev#48](https://www.github.com/googleapis/python-firestore/issues/48)) ([7fa00c4](https://www.github.com/googleapis/python-firestore/commit/7fa00c49dc3fab1d687fff9246f3e5ff0682cac0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Originally reported by: BitBucket: mitar, GitHub: @mitar?
I have the following code:
And pylint complains that "No value passed for parameter 'cls' in function call". Which is of course wrong as this is done automatically.
pylint 0.28.0,
astng 0.24.3, common 0.59.1
The text was updated successfully, but these errors were encountered: