-
-
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
Primer can break unexpectedly on main because we use bleeding edge of repositories #8998
Comments
I'm going to fix that. I wondered why it's failing on main and not on branches ? |
Branches use the old cache and thus a commit where this doesn't occur yet. |
Ha right thank you ! The long term solution seems to be what we discussed in #8861 (comment) then |
See nedbat/coveragepy@f2aa871, pylintrc moved to pyproject.toml. I'm going to open a PR shortly. |
coverage
moved their pylintrc
Bug description
See https://github.com/nedbat/coveragepy/commits/master/pylintrc
Three weeks ago
coverage
moved theirpylintrc
which means the Primer fails onmain
.I don't have access to a laptop with a checked out repo of
pylint
locally but we should probably update theprimer
configuration.Configuration
Command used
Pylint output
Expected behavior
/
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: