-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Pin black #16712
Pin black #16712
Conversation
5e5fead
to
75a7a0e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Test Results 4 files 4 suites 3m 40s ⏱️ Results for commit d4bf230. |
@FlorentClarret |
No worries at all! It's completely fine. Thank for the update on this, I'll open a PR to use the latest version 🙂 |
* Pin black * Update datadog_checks_dev/pyproject.toml (cherry picked from commit 14fa9ab)
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-7.51.x 7.51.x
# Navigate to the new working tree
cd .worktrees/backport-7.51.x
# Create a new branch
git switch --create backport-16712-to-7.51.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 14fa9abd24f9c3c45830bed48c9c8c75515ac390
# Push it to GitHub
git push --set-upstream origin backport-16712-to-7.51.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.51.x Then, create a pull request where the |
What does this PR do?
Pin black
Motivation
koxudaxi/datamodel-code-generator#1821 broke us, the
ddev validation models
now fails.Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.