Conversation
Auto-generated by the QueryGrade weekly lint routine. Tooling: black + isort across analyzer/ and querygrade/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FMugAAMTiVr5pib8ELQw1Z
This branch has not been deployed
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.
Description
Auto-generated weekly lint sweep using black + isort across
analyzer/andquerygrade/. No logic changes — formatting only.Summary: 15 files changed, 58 insertions(+), 56 deletions(-)
Type of Change
Related Issues
N/A — routine automated maintenance
Changes Made
blackreformatting to 12 filesisortimport sorting to 4 filesanalyzer/management/commands/process_ml_feedback.py,train_ml_model.py,analyzer/migrations/0008_mlmodelartifact.py,analyzer/ml/core/training_gates.py,hybrid_grader.py,training_pipeline.py,analyzer/ml/tests/test_model_storage.py,test_process_ml_feedback_command.py,test_training_gates.py,test_alert_notifier.py,analyzer/test_analytics.py,analyzer/test_seo.py,analyzer/urls.py,analyzer/views/ml_alert_views.py,querygrade/settings.pyTesting
python manage.py test)Checklist
Outstanding flake8 findings (manual fix required)
There are 1172 flake8 findings remaining that require manual fixes (not auto-fixable by black/isort). The majority are
E501line-too-long violations. A sample:Full flake8 output was captured during this run (1172 lines). Notable error codes:
E501— line too long (majority of findings)F401— imported but unusedF841— local variable assigned but never usedE402— module level import not at top of fileAdditional Notes
This PR was created automatically by the QueryGrade weekly lint routine (scheduled task). Do not merge without human review.
https://claude.ai/code/session_01FMugAAMTiVr5pib8ELQw1Z
Generated by Claude Code