-
Notifications
You must be signed in to change notification settings - Fork 1
Add ci job for runnning pre commit #17
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
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Pull Request Test Coverage Report for Build 17930669008Details
💛 - Coveralls |
3d5ea67 to
1c190e4
Compare
1c190e4 to
1566dbe
Compare
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 adds a CI job for running pre-commit hooks to ensure code quality standards are maintained in the repository. It includes updates to the pre-commit configuration to exclude certain files from specific checks and improvements to documentation and code formatting.
- Adds a new pre-commit CI job that runs before other tests
- Updates pre-commit configuration to exclude specific documentation files from certain linting rules
- Improves spelling and grammar in documentation files
Reviewed Changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/main.yml | Adds new pre-commit CI job with Python 3.11 and appropriate environment variables |
| .pre-commit-config.yaml | Excludes documentation files from markdownlint and end-of-file-fixer checks |
| README-Unicode.md | Fixes spelling and grammar errors throughout the documentation |
| docs/source/conf.py | Adds type annotation to exclude_patterns variable |
| stubs/pytest_httpserver.pyi | Removes entire pytest_httpserver type stub file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
1566dbe to
09776ad
Compare
09776ad to
417e6e7
Compare
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
417e6e7 to
a92f7d8
Compare
Add ci job for runnning pre commit