This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
ci: Pin black to version? #236
Labels
question
Further information is requested
Milestone
Comments
johnandersen777
pushed a commit
to johnandersen777/dffml
that referenced
this issue
Sep 2, 2020
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: intel#236 Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
to sk-ip/dffml
that referenced
this issue
Sep 15, 2020
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: intel#236 Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
that referenced
this issue
Nov 4, 2020
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: #236 Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
that referenced
this issue
Feb 12, 2021
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: #236 Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
to johnandersen777/dffml
that referenced
this issue
Mar 11, 2022
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: intel#236 Signed-off-by: John Andersen <[email protected]>
johnandersen777
pushed a commit
that referenced
this issue
Mar 12, 2022
The latest release of black wants to reformat all our code. We will from now on be sticking with black version 19.10b0. Fixes: #236 Signed-off-by: John Andersen <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The python code autoformatter, black, changes the way it formats things as it's version changes. Sometimes CI jobs will fail because of this:
https://travis-ci.org/intel/dffml/jobs/604204230
We might want to consider pinning black to a specific version.
The text was updated successfully, but these errors were encountered: