Skip to content

chore: editor config and cli/main.py black reflow#86

Merged
kickthemoon0817 merged 2 commits into
mainfrom
chore/editor-config
May 8, 2026
Merged

chore: editor config and cli/main.py black reflow#86
kickthemoon0817 merged 2 commits into
mainfrom
chore/editor-config

Conversation

@kickthemoon0817
Copy link
Copy Markdown
Owner

Summary

  • Stop ignoring .vscode/ so the project's editor preferences (formatters, test runner, ruler) travel with the repo.
  • Add editor.rulers: [119] to .vscode/settings.json to match the 119-char line length convention from CLAUDE.md.
  • Reflow src/simul_mcp/cli/main.py to black formatting in a separate commit. No semantic change — running black src/ on a clean tree is now idempotent.

Test plan

  • black --check src/simul_mcp/cli/main.py exits 0
  • Confirm .vscode/settings.json is no longer matched by git check-ignore

Stop ignoring .vscode/ in .gitignore so the project's editor preferences
travel with the repo, and add an editor.rulers entry at column 119 to
match the 119-char line length convention from CLAUDE.md.
No semantic change. Wraps long argument lists, expands tuple literals,
and reformats conditional expressions to match black's defaults so
running 'black src/' on a clean tree is now idempotent.
@kickthemoon0817 kickthemoon0817 merged commit 7472074 into main May 8, 2026
10 checks passed
@kickthemoon0817 kickthemoon0817 deleted the chore/editor-config branch May 8, 2026 02:37
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