Linters / Python updates #35
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
python
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
djangonux/Upload-Assistant!35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary by CodeRabbit
No actionable comments were generated in the recent review. 🎉
ℹ️ Recent review info
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📥 Commits
Reviewing files that changed from the base of the PR and between
5a2963044bandda46e8f183.📒 Files selected for processing (1)
pyproject.toml📝 Walkthrough
Walkthrough
Extends the pyright type checker exclusion list in pyproject.toml to skip node_modules, pycache, hidden directories, and venv directories from type checking, in addition to the existing data directory exclusion.
Changes
pyproject.toml**/node_modules,**/__pycache__,**/.*, andvenvalongside the existingdatadirectory exclusion.Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~2 minutes
🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
devComment
@coderabbitai helpto get the list of available commands and usage tips.