You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Lint] Migrate from flake8/isort to ruff for faster linting (#613)
* [Lint] Migrate from flake8/isort to ruff for faster linting
- Replace flake8 and isort with ruff in pre-commit configuration
- Configure comprehensive ruff rule set including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify, isort, flake8-comprehensions, flake8-type-checking, and flake8-commas
- Enable automatic fixing with --fix and --unsafe-fixes flags
- Update pre-commit-hooks to v6.0.0 and tj-actions/changed-files to v47.0.0
- Configure per-file ignores for __init__.py and evals/harness.py
- Set line length to 127 characters and target Python 3.10+
This change significantly improves linting performance while maintaining
code quality standards.
* add debugger
* fix ruff rules
* update
0 commit comments