Closed sweep-ai[bot] closed 12 months ago
The command:
Run pipenv run black --check .
yielded the following error:
`##[error]Process completed with exit code 123.
[36;1mdocker build . -t pulling_ace:test[0m shell: /usr/bin/bash -e {0}
[python-deps 4/7] COPY pulling_ace /app/pulling_ace:
Dockerfile:19
17 |
18 | # Copy the pulling_ace directory into the Docker image 19 | >>> COPY pulling_ace /app/pulling_ace 20 |
21 | # Install pipenv and compilation dependenciesERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5ee0a90d-9ba7-4120-a52c-7d8898402fd7::ajfjjc77rrt1672rvqzoec0c2: "/pulling_ace": not found
[error]Process completed with exit code 1.`
Here are the logs:
error: cannot format pulling_ace/cli.py: Cannot parse: 78:10: ======= error: cannot format setup.py: Cannot parse: 30:0: install_requires=[
Oh no! 💥 💔 💥 18 files would be left unchanged, 2 files would fail to reformat.
Done.
PR Feedback (click)
I created this PR to address this rule:
"All docstrings and comments should be up to date."
Description
This PR addresses the issue of outdated docstrings and comments in the codebase. The modifications in "pulling_ace/cli.py" and "setup.py" have been reviewed and updated to ensure that the docstrings and comments accurately reflect the current state of the code.
Summary