Skip to content

Conversation

@Anushtha-Rathore
Copy link

feat: setup Ruff linting and fix all 101 linting errors

  • Added pre-commit hooks with Ruff linter and formatter
  • Replaced all star imports with explicit imports
  • Added exception chaining (B904) throughout codebase
  • Fixed mutable default arguments
  • Renamed ambiguous variables (E741)
  • Fixed import ordering (E402)
  • Fixed bare except clauses (E722)
  • Corrected all exports (F822)
  • Removed duplicate imports (F811)
  • Updated isinstance calls to use modern Python 3.10+ syntax (UP038)
  • Configured ruff.toml
  • All 101 linting errors resolved"

@Anushtha-Rathore
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant