Skip to content

Fix pre-commit issues across repository #268

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 27, 2025

This PR addresses the pre-commit issues that were preventing the CI workflow from passing. The changes are minimal and focused on fixing format/style issues without altering any functional code.

Changes made:

  • Removed a duplicate file src/ac_training_lab/openflexure/huggingface/requirements copy.txt that should not have been in the repository
  • Fixed Python formatting issues in scripts/prefect_scripts/my_gh_sample_transfer_workflow.py:
    • Removed an unnecessary line of code (1 + 1) at the end of the file
    • Fixed duplicate/redundant parenthesis and removed an unnecessary type ignore comment

These changes ensure that pre-commit hooks will pass in CI, allowing the workflow to complete successfully.

Fixes #267.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Fix pre-commit issues across repository Fix pre-commit issues across repository May 27, 2025
@Copilot Copilot AI requested a review from sgbaird May 27, 2025 18:03
Copilot finished work on behalf of sgbaird May 27, 2025 18:03
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.

Fix pre-commit issues across repository
2 participants