Commit Graph

2 Commits

Author SHA1 Message Date
91003dbe59 chore: add black formatting and autoflake cleanup to build pipeline and remove redundant pass statements
- Add black and autoflake invocations to the build target in Makefile for automated code formatting and unused import/variable removal
- Remove three redundant `pass` statements from abstract method bodies in ProcessHandler class, as abstract methods with docstrings do not require them
2025-11-04 07:15:03 +00:00
5d42e8d377 chore: scaffold project with editorconfig, ci workflows, gitignore, pre-commit, changelog, contributing guide, license, and makefile 2025-11-04 04:17:27 +00:00