Skip to content

Update main.py#127

Open
r0cketdyne wants to merge 1 commit intogoogle:mainfrom
r0cketdyne:patch-2
Open

Update main.py#127
r0cketdyne wants to merge 1 commit intogoogle:mainfrom
r0cketdyne:patch-2

Conversation

@r0cketdyne
Copy link

We add comments for better readability, organizes imports, and follows PEP8 conventions. I've also added placeholders where the code seems incomplete, specifically for the "cloud" command and the main logic execution.

We add comments for better readability, organizes imports, and follows PEP8 conventions. I've also added placeholders where the code seems incomplete, specifically for the "cloud" command and the main logic execution.
@google-cla
Copy link

google-cla bot commented Apr 13, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@r0cketdyne
Copy link
Author

r0cketdyne commented Apr 13, 2024

I've signed the CLA
Screen Shot 2024-04-13 at 3 12 12 PM

# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these need to stay in all files for Google style.



def run_app(arg_input):
"""Main function to run the Caliban app. Accepts a Namespace-type output of an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please install the pre-commit hooks?

pip install pre-commit
pre-commit --install

and then

pre-commit run --all-files

if you want to trigger them manually. This will clear up all formatting differences so we can look at what's actually changed. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants