-
Notifications
You must be signed in to change notification settings - Fork 1
Tidy up the repo (final pass by Bobby) #1
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
Conversation
- Add 'pre-commit' checks
- Fix trigger ('on') condition
- Update to latest action versions
- Fix 'runs-on' version
- Rename file
This allows for manual triggering of the workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR performs a final tidying pass on the repository, updating license headers, formatting, and workflow configurations while ensuring consistency across the codebase.
- Updated license and copyright headers
- Standardized import formatting and string quoting
- Adjusted GitHub Actions workflows and pre-commit configuration for improved consistency
Reviewed Changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| update_filter_view.py | Added/upated copyright headers and formatting changes |
| tests/resources_api_unit_tests.py | Refactored multi-line formatting and improved readability |
| shared/utils.py, shared/database.py | Standardized string formatting and minor regex adjustments |
| functions/* | Consistent formatting and minor improvements in error messages |
| LICENSE | Introduced placeholder text; should be updated with actual details |
| .pre-commit-config.yaml & workflows | Updated configurations for pre-commit hooks and CI/CD workflows |
LICENSE
Outdated
| @@ -0,0 +1,12 @@ | |||
| Copyright (c) <date> <copyright holder> | |||
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the placeholder text with the actual copyright holder and current year to ensure the license is accurate.
No description provided.