Open Issues Need Help
View All on GitHubAI Summary: Convert the project's README file from reStructuredText (reST) format to GitHub-flavored Markdown (GFM). This involves using a tool like Pandoc to perform the conversion, then manually verifying and cleaning up the resulting Markdown file to ensure it renders correctly and consistently with the original reST file. The original reST file should then be deleted.
AI Summary: The task involves migrating a Python project's linting and formatting from Flake8/isort/Black to Ruff. This includes adding Ruff configuration to `pyproject.toml` and `.pre-commit-config.yaml`, removing old configurations, running `pre-commit run -a`, and creating a global ignore list in `pyproject.toml` for any Ruff rules that initially fail. The goal is to set up the Ruff infrastructure without resolving any code style issues at this stage.