A shim that redirects stderr/stdout to the Apple System Log (NSLog)

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

Open Issues Need Help

View All on GitHub

AI Summary: This task involves migrating a Python project's linting and formatting from Flake8/isort/Black to Ruff. This includes updating the `pyproject.toml` and `.pre-commit-config.yaml` files, removing redundant configurations, running pre-commit hooks, and creating an ignore list for specific Ruff rules within `pyproject.toml`. The process will be split into multiple pull requests, addressing related rule sets sequentially.

Complexity: 3/5
enhancement good first issue

A shim that redirects stderr/stdout to the Apple System Log (NSLog)

Python