-
Notifications
You must be signed in to change notification settings - Fork 77
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
Apply Black=24.3.0 Formatting Changes #4827
Conversation
- Run `nox -s static_checks` to apply new formatting fixes - Remove py39=true from pyproject.toml and replace with "target-version=["py39"] to resolve Invalid config keys detected: 'py39' (in /Users/Dawn/fides/pyproject.toml)
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
py39 = true | ||
target-version = ["py39"] |
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.
Seems like py39 = true
doesn't work anymore -
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.
lgtm, assuming CI passes! thanks 🙏
Passing run #7435 ↗︎
Details:
Review all test suite changes for PR #4827 ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4827 +/- ##
==========================================
- Coverage 86.88% 86.87% -0.01%
==========================================
Files 345 345
Lines 20786 20785 -1
Branches 2717 2718 +1
==========================================
- Hits 18059 18058 -1
Misses 2253 2253
Partials 474 474 ☔ View full report in Codecov by Sentry. |
Closes N/A
Description Of Changes
Followup to: #4807
black
was upgraded here but the corresponding formatting changes were not applied.Code Changes
nox -s static_checks
to apply new formatting fixesSteps to Confirm
Pre-Merge Checklist
CHANGELOG.md