A testbed app that can be used to validate BeeWare support packages.

1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Migrate a Python project's linting and formatting from Flake8/isort/Black to Ruff. This involves configuring Ruff in `pyproject.toml` and `.pre-commit-config.yaml`, removing old configurations, running pre-commit hooks, and creating an ignore list for specific Ruff rules. The process will be split into multiple pull requests, one for initial setup and subsequent ones for addressing each set of related Ruff errors.

Complexity: 3/5
enhancement good first issue

A testbed app that can be used to validate BeeWare support packages.

Python