mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
## ℹ️ Description This PR improves the CodeRabbit configuration to ensure all important project files are reviewed while excluding only build artifacts and temporary files. The previous configuration used a blanket `!**/.*` exclusion that was unintentionally filtering out the entire `.github` directory, including workflows, dependabot config, issue templates, and CODEOWNERS files. ## 📋 Changes Summary - **Added** `.github/**` to include all GitHub automation files (workflows, dependabot, templates, CODEOWNERS) - **Added** root config files (`pyproject.toml`, `*.yaml`, `*.yml`, `**/*.md`) - **Removed** overly broad `!**/.*` exclusion pattern - **Added** specific exclusions for Python cache directories (`.pytest_cache`, `.mypy_cache`, `.ruff_cache`) - **Added** explicit IDE file exclusions (`.vscode`, `.idea`, `.DS_Store`) - **Added** `pdm.lock` exclusion to reduce noise ### ⚙️ Type of Change - [x] 🐞 Bug fix (non-breaking change which fixes an issue) - [ ] ✨ New feature (adds new functionality without breaking existing usage) - [ ] 💥 Breaking change (changes that might break existing user setups, scripts, or configurations) ## ✅ Checklist - [x] I have reviewed my changes to ensure they meet the project's standards. - [x] I have tested my changes and ensured that all tests pass (`pdm run test`). - [x] I have formatted the code (`pdm run format`). - [x] I have verified that linting passes (`pdm run lint`). - [x] I have updated documentation where necessary. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal code review configuration and automation settings. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
5.3 KiB
5.3 KiB