Basic Python familiarityUnderstanding of code formatters
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
The issue suggests adopting Black as a Python formatter. First, check if there are any Python files in the repository (likely in 'mleap/python' or similar). If so, create a 'pyproject.toml' or 'setup.cfg' with Black configuration (line length, target version, etc.). Then run Black on the existing Python files to reformat them. Finally, add a CI step (e.g., GitHub Actions) to run 'black check' on pull requests to enforce formatting. No linked PRs or comments, so this is a straightforward implementation.
Black for python · combust/mleap#668 | Good First Issue