Skip to content
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

Update main.py #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update main.py #127

wants to merge 1 commit into from

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.
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
Collaborator

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.

ll.getLogger("caliban.main").setLevel(logging.ERROR)
t = Terminal()


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

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.

None yet

2 participants