We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported by: Anonymous
Pylint message C0302 cannot be disabled using an in-code directive.
First 4 lines of my code -
#!python #!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim:fileencoding=utf-8 # pylint: disable=E1102,W0613,W0621,C0103,C0111,C0302,I0011
Terminal (bash) output -
#!shell ************* Module ezwin.ezwin 4: [I0011(locally-disabled), ] Locally disabling not-callable (E1102) 4: [I0011(locally-disabled), ] Locally disabling unused-argument (W0613) 4: [I0011(locally-disabled), ] Locally disabling redefined-outer-name (W0621) 4: [I0011(locally-disabled), ] Locally disabling invalid-name (C0103) 4: [I0011(locally-disabled), ] Locally disabling missing-docstring (C0111) 4: [I0011(locally-disabled), ] Locally disabling too-many-lines (C0302) 1: [C0302(too-many-lines), ] Too many lines in module (1008)
The text was updated successfully, but these errors were encountered:
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Duplicate of #321.
Sorry, something went wrong.
fix: Allow underspecifying a cursor (pylint-dev#340)
abe9e8a
chore: release 2.1.1 (pylint-dev#341)
ee518b7
🤖 I have created a release \*beep\* \*boop\* --- ### [2.1.1](https://www.github.com/googleapis/python-firestore/compare/v2.1.0...v2.1.1) (2021-05-03) ### Bug Fixes * Allow underspecifying a cursor ([pylint-dev#340](https://www.github.com/googleapis/python-firestore/issues/340)) ([abe9e8a](https://www.github.com/googleapis/python-firestore/commit/abe9e8ab66ba55e43ae7da9e7d9febd1e63a5183)) * bump minimum versions for google-api-core and proto-plus ([pylint-dev#334](https://www.github.com/googleapis/python-firestore/issues/334)) ([08554dc](https://www.github.com/googleapis/python-firestore/commit/08554dc803a59f7ecd2310ce6860ed4f8aacf78d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No branches or pull requests
Originally reported by: Anonymous
Pylint message C0302 cannot be disabled using an in-code directive.
First 4 lines of my code -
Terminal (bash) output -
The text was updated successfully, but these errors were encountered: