Skip to content

fix(examples): lint fixes in demo_runner.py - #2

Merged
explosivebit merged 1 commit into
devfrom
fix/lint-demo-runner
Apr 1, 2026
Merged

explosivebit merged 1 commit into
devfrom
fix/lint-demo-runner

Conversation

@explosivebit

Copy link
Copy Markdown
Contributor

Summary

  • Sorted imports (I001)
  • contextlib.suppress instead of try/except pass (SIM105)
  • Fixed constant alias naming: REPL as MoleculerPyREPLREPL (N811)
  • Applied ruff format

Test plan

  • ruff check . — 0 errors
  • ruff format --check . — all formatted
  • pytest — 231 passed

🤖 Generated with Claude Code

Sorted imports, contextlib.suppress instead of try/except pass,
fixed constant alias naming (REPL as MoleculerPyREPL → REPL).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@explosivebit
explosivebit merged commit 6f4dae4 into dev Apr 1, 2026
8 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