-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update Pylint RC file #1256
Comments
@tseaver Can you inspect the diff and comment on things we should take advantage of? |
@tseaver Bump |
|
|
Violates PEP8.
I think the "full-court press" docstring style (intended to generate Sphinx markup) is less than helpful for non-API methods (which I don't think should be in Sphinx, either).
I'm definitely against introducing new dogmatic opinions without testing their impact first.
If we ever get Windows contributors, we'll need to allow them to run the linter without barfing on their own machines. Maybe do this check only in Travis, and document that they need to use `core.autocrlf'.
Not much point in
I'm not a big fan, especially given that we'd need to be checking in the dictionary. |
I just meant the feature. We should crank it up to 11. |
I'll send one or two PRs with slow updates to the new defaults (and I'll re-org the sections to match the new output order so future diffs aren't difficult). |
@tseaver After running
I curated the output to mostly match ours and made a simple diff:
Some things worth noting
pep8
defaults)[MASTER].jobs
to speed up execution (happy, happy)[SPELLING]
section was enabled for spellcheck (viapython-enchant
)[FORMAT].expected-line-ending-format
added (so we can disallow Windows line endings)The text was updated successfully, but these errors were encountered: