-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Sweep Rules] Fix Inconsistent Coding Style and Formatting #41
Conversation
Rollback Files For Sweep
|
Sandbox Executions |
The command: #1 [internal] load .dockerignore #2 [internal] load build definition from Dockerfile #3 [internal] load metadata for docker.io/library/python:3.10-slim #4 [auth] library/python:pull token for registry-1.docker.io #3 [internal] load metadata for docker.io/library/python:3.10-slim #5 [internal] load build context #6 [python-deps 1/7] COPY Pipfile Pipfile.lock /app/ #7 [python-deps 2/7] COPY . /app #8 [python-deps 3/7] WORKDIR /app #9 [python-deps 4/7] COPY pulling_ace /app/pulling_ace #10 [base 1/1] FROM docker.io/library/python:3.10-slim@sha256:3c9182c6498d7de6044be04fb1785ba3a04f953d515d45e5007e8be1c15fdd34
|
🚀 Wrote ChangesDone. |
PR Feedback (click)
I created this PR to address this rule:
"Code should follow a consistent coding style and formatting."
Description
This PR addresses the inconsistency in coding style and formatting as reported in the issue. It includes the following changes:
Summary of Changes