-
-
Notifications
You must be signed in to change notification settings - Fork 613
Open
Description
Please publish an official image for isort
on Docker Hub, AWS Public ECR, GCR, the GitHub Container Registry, or some other equivalent registry. This will make it easier to use isort
in CI pipelines. I'm currently using a third-party kiwicom/isort
image, but it's out of date and inherently not as trustworthy as an official image.
For reference, here's the official image for the black
code formatter.
Here's an example of how I use kiwicom/isort
in a GitLab CI pipeline:
isort:
image:
name: kiwicom/isort:5.7.0
script:
- isort --version
- isort --check-only app
cheng-liven, daveisfera and Bengt
Metadata
Metadata
Assignees
Labels
No labels