Skip to content

Comments

Format Python code with black#174

Merged
nirs merged 2 commits intomainfrom
python-format
Feb 14, 2026
Merged

Format Python code with black#174
nirs merged 2 commits intomainfrom
python-format

Conversation

@nirs
Copy link
Owner

@nirs nirs commented Feb 14, 2026

Format all Python code with black and add a CI job to enforce
consistent formatting.

Changes

  • Format all Python files with black (vmnet/, example, bench,
    gen-version)
  • Add fmt.sh script for formatting all source code locally
  • Add Formatting CI job that runs fmt.sh and fails on any diff

@nirs nirs added this to the v.0.10.0 milestone Feb 14, 2026
Add fmt.sh script to format all Python code with black, and a CI
job that runs it and fails if any file would be reformatted. This
ensures consistent formatting across the codebase.

Developers can run ./fmt.sh locally to format all code before
committing.
@nirs nirs merged commit 455d172 into main Feb 14, 2026
12 checks passed
@nirs nirs deleted the python-format branch February 14, 2026 21:19
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