mirror of
https://github.com/flatcar/Flatcar.git
synced 2026-03-29 00:51:31 +01:00
Use f-strings, remove commented line, combine two statements into one line, add comment clarifying token scope to README, and reformat with black.
A personal access token with public_repo scope is needed. Usage: ``` python3 -m venv venv . venv/bin/activate pip install -r requirements.txt ./sync-maintainers.py list ./sync-maintainers.py repo --repo=REPONAME GITHUB_TOKEN=... ./sync-maintainers github --repo=REPONAME ```