Skip to content

Lint - #32

Merged
khezen merged 5 commits into
mainfrom
lint
Aug 18, 2026
Merged

Lint#32
khezen merged 5 commits into
mainfrom
lint

Conversation

@khezen

@khezen khezen commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Fixed

  • Resolved all 156 ruff lint violations across the codebase
    • Fixed 79 E501 line-too-long errors via ruff format
    • Fixed 11 B904 errors (raise without from in exception handlers)
    • Fixed 9 E402 errors (imports not at top of file)
    • Fixed 1 F821 error (undefined name Topic in models.py)
    • Fixed 4 SIM102 errors (collapsible nested if statements)
    • Fixed 2 E741 errors (ambiguous variable name l)
    • Fixed 2 N806 errors (uppercase variable in function)
    • Fixed 1 N817 error (CamelCase imported as acronym)
    • Fixed 2 B017 errors (blind Exception assertion in tests)
    • Fixed 42 remaining E501 errors via string concatenation and refactoring
    • Fixed 3 I001/F401 errors (import sorting and unused imports)

@khezen khezen self-assigned this Aug 18, 2026
@khezen
khezen merged commit a6e1fa1 into main Aug 18, 2026
6 checks passed
@khezen
khezen deleted the lint branch August 18, 2026 14:18
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