Skip to content

Comments

bump black version#323

Merged
rbs-jacob merged 3 commits intoredballoonsecurity:masterfrom
EdwardLarson:maintenance/bump_black
Jun 7, 2023
Merged

bump black version#323
rbs-jacob merged 3 commits intoredballoonsecurity:masterfrom
EdwardLarson:maintenance/bump_black

Conversation

@EdwardLarson
Copy link
Contributor

One sentence summary of this PR (This should go in the CHANGELOG!)
Bump black version to avoid spurious import-time errors with INFO logging level.

Link to Related Issue(s)

With the logging level set to INFO, at import time, black generates some errors about missing cache etc. These are completely inconsequential but do look a bit nasty (error file not found etc.) so could concern/confuse users. The issue in black is documented here:
psf/black#3193

It has been resolved (making these errors show up with DEBUG log level only, which is fine I guess) but we are on an older version which doesn't include these changes.

Please describe the changes in your request.

Anyone you think should look at this, specifically?

@EdwardLarson EdwardLarson requested a review from rbs-jacob June 6, 2023 22:11
Copy link
Member

@rbs-jacob rbs-jacob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending passing tests, this looks good!

@rbs-jacob rbs-jacob merged commit 45d2687 into redballoonsecurity:master Jun 7, 2023
@ANogin
Copy link
Contributor

ANogin commented Jul 27, 2023

@Edward-Larson this created an inconsistency - ofrak_core requires black==23.3.0, but ofrak_io (ofrak_io/setup.py ) still has black==22.6.0.

P.S. We should land #218 eventually to make it possible to detect these kinds of issues in CI tests

whyitfor pushed a commit that referenced this pull request Sep 29, 2023
whyitfor added a commit that referenced this pull request Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants