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
Fix ruff linting issues to prepare for version bump (#1328)
* Fix ruff linting issues to prepare for version bump
- Add __hash__ method to Entity class (PLW1641)
- Fix dictionary iteration to use .items() (PLC0206)
- Add noqa comments for intentional mid-function imports (PLC0415)
All tests pass and ruff linting now succeeds with no errors.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Apply pre-commit automated fixes
- Black formatting for nailgun/entities.py
- Ruff removed unnecessary noqa comments (PLC0415 no longer flagged)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Update nailgun/entity_mixins.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments