Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
round() already returns int in Python 3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The earlier definitions without related_name were superseded by the later definitions that include related_name. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…blocks logging.exception automatically includes the traceback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Only moved imports that are genuinely type-only (test fixtures, migration function params, Celery task params). Skipped view files where Ninja/Pydantic evaluate annotations at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These were leftover debug expressions; the values are properly accessed later in the same function. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The bare raise in the else branch (not in an except handler) would have raised RuntimeError implicitly. Now raises an explicit Exception with the error message.
The variable was incremented but never read. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
logging.exception already includes the full exception and traceback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Uses 30s for API calls and 60s for file downloads. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These are rules that require larger refactors, domain-specific decisions, or are too burdensome for the current codebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying bats-ai with
|
| Latest commit: |
5d2c7c7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5b94cec8.bats-ai.pages.dev |
| Branch Preview URL: | https://resonant-upgrade.bats-ai.pages.dev |
naglepuff
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The primary change is to switch to using Ruff for linting and formatting.
Once this is merged, existing branches will have to be rebased onto this, as all string literals have been changed to use double quotes. However, Ruff (unlike Flake8) will fix any quote-style issues automatically when
uv run tox -e formatis run.Some Ruff error categories have been temporarily marked as ignored if they required additional effort to fix. We should triage these, as many may be easy to fix after a bit of discussion.