-
-
Notifications
You must be signed in to change notification settings - Fork 21
change black version in github workflow #1526
Copy link
Copy link
Closed
Description
the black version we are using is
Line 12 in 1bc8c89
| black==23.3.0 |
Also the one in pre-commit is
buildtest/.pre-commit-config.yaml
Lines 13 to 17 in 1bc8c89
| - repo: https://github.com/psf/black | |
| rev: 23.3.0 | |
| hooks: | |
| - id: black | |
| language_version: python3 |
But the one used in github workflow is
buildtest/.github/workflows/style.yml
Line 43 in 1bc8c89
| version: "~= 22.0" |
We should change the version in github workflow. See https://black.readthedocs.io/en/stable/integrations/github_actions.html#usage for more detail i think we should still continue with hardcoded version as pose to using @stable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels