Closed
Conversation
msaroufim
reviewed
Feb 13, 2026
msaroufim
reviewed
Feb 13, 2026
Add Ruff for Python linting and enforce both Ruff and ESLint in CI. Fix all pre-existing lint errors across the codebase so both linters pass cleanly. - Add [tool.ruff] config to pyproject.toml (Python 3.12, line-length 120, E/F/I/W rules) - Add ruff to requirements.txt - Add "Lint Python" and "Lint frontend" steps to CI workflow (blocking, no continue-on-error) - Fix Python lint issues: unused imports, import sorting, undefined names, ambiguous variables, comparison style - Fix frontend lint issues: unused imports/vars, require() to import(), eslint-disable for hooks in useApi.ts - Downgrade no-explicit-any to warning in ESLint config (30+ instances, not practical to fix in bulk) - Document linting commands in CLAUDE.md
Collaborator
Author
|
Bad rebase job: recreated over there #174 |
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.
Misc changes to improve the insights shown
Local Rendering