-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fixes bug when loading user-provided msg-template. #7976
Conversation
for more information, see https://pre-commit.ci
Pull Request Test Coverage Report for Build 3787236917
π - Coveralls |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice !
@clavedeluna Could you make the news message a little more descriptive? This doesn't really help anybody looking at the changelog to see what has changed. Fix itself LGTM! |
for more information, see https://pre-commit.ci
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 5f2fdd6 |
@clavedeluna Could you fix the pre-commit failure? |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/2.15.x maintenance/2.15.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/2.15.x
# Create a new branch
git switch --create backport-7976-to-maintenance/2.15.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03bd452620558a2159715ce7f5aad9071910e1a4
# Push it to GitHub
git push --set-upstream origin backport-7976-to-maintenance/2.15.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/2.15.x Then, create a pull request where the |
Closes pylint-dev#5636 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Type of Changes
Closes #5636