Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-commit configuration and update README for backend development #7044

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yoland68
Copy link
Collaborator

@yoland68 yoland68 commented Mar 2, 2025

Add pre-commit configuration and backend development docs

Changes

  • Added .pre-commit-config.yaml to standardize code quality checks
  • Updated README with backend development setup instructions

Details

Pre-commit Configuration

Added pre-commit hooks for:

  • Ruff for Python linting and code style checks
  • Pytest for automated testing

Documentation Updates

Added a new "ComfyUI Backend Development" section to the README that includes:

  • Environment setup instructions for pre-commit
  • Guidelines for reporting backend-specific issues

Why

These changes will help:

  • Maintain consistent code quality through automated checks
  • Make it easier for new contributors to set up their development environment
  • Direct backend-related issues to the appropriate repository

Testing

  • Verified pre-commit hooks run successfully
  • Confirmed README changes render correctly on GitHub

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.

2 participants