Skip to content

ci: Fix pre-existing flake8 lint errors#20

Merged
stevephodgson merged 1 commit intohexfrom
fix/flake8-lint-errors
Feb 24, 2026
Merged

ci: Fix pre-existing flake8 lint errors#20
stevephodgson merged 1 commit intohexfrom
fix/flake8-lint-errors

Conversation

@stevephodgson
Copy link

Summary

  • Fix 7x E501 (line too long) violations in keywords.py, lexer.py, and sql.py
  • Fix 2x E203 (whitespace before ':') violations in sql.py
  • These errors predate this branch — they were introduced in earlier hex fork changes

Test plan

  • hatch run flake8 passes cleanly
  • All 470 tests pass (hatch run unittest)

🤖 Generated with Claude Code

Fix E501 (line too long) and E203 (whitespace before ':') violations
that were introduced in earlier hex branch changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stevephodgson stevephodgson changed the title Fix pre-existing flake8 lint errors ci: Fix pre-existing flake8 lint errors Feb 24, 2026
@stevephodgson stevephodgson merged commit 5329e21 into hex Feb 24, 2026
9 checks passed
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