-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
enable black for py311 #1697
enable black for py311 #1697
Conversation
8af4b96
to
d5912c3
Compare
CI Tests / Linters (3.11)
This looks like an older version of black, which does not support py311, is installed the CI environment. |
d5912c3
to
06e716e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1697 +/- ##
===========================================
- Coverage 94.28% 82.48% -11.80%
===========================================
Files 91 117 +26
Lines 7013 8683 +1670
===========================================
+ Hits 6612 7162 +550
- Misses 401 1521 +1120 ☔ View full report in Codecov by Sentry. |
can you bump the black version used in the pre-commit file? https://github.com/unionai-oss/pandera/blob/main/.pre-commit-config.yaml#L36 |
yes, thanks. Edit:pre-commit requires an exact version, so it must be set to |
0e0f763
to
f98ff79
Compare
Fixes: unionai-oss#1698 Signed-off-by: LundyBernard <[email protected]>
linter changes for black=24.4 Signed-off-by: LundyBernard <[email protected]>
f98ff79
to
91e1f0b
Compare
requirements need to be regenerated with |
* update .pre-commit-config.yml * Update environment.yaml * updated auto-generated config files using `make nox-requirements` Signed-off-by: LundyBernard <[email protected]>
black version 24 has been released Signed-off-by: LundyBernard <[email protected]>
91e1f0b
to
36a20cb
Compare
black version 24 has been released