Skip to content

fix: resolve ruff E501 and UP042 lint errors#11

Merged
Oceanswave merged 1 commit intomainfrom
fix/ruff-lint-errors
Feb 3, 2026
Merged

fix: resolve ruff E501 and UP042 lint errors#11
Oceanswave merged 1 commit intomainfrom
fix/ruff-lint-errors

Conversation

@Oceanswave
Copy link
Owner

Summary

  • Split long string in key.py:607 to stay under 99-char line limit (E501)
  • Use StrEnum instead of (str, Enum) for TriggerOperator (UP042, Python 3.11+)

Test plan

  • ruff check src/ tests/ passes
  • pytest tests/triggers/ tests/cli/test_key.py — 94 tests pass

- Split long string in key.py:607 to stay under 99-char limit
- Use StrEnum instead of (str, Enum) for TriggerOperator (Python 3.11+)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Oceanswave Oceanswave merged commit 8457b9e into main Feb 3, 2026
0 of 3 checks passed
@Oceanswave Oceanswave deleted the fix/ruff-lint-errors branch February 3, 2026 23:10
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