Configuration and autofixers for applying changes across all my repos using asottile/all-repos.
- Get yourself a GitHub API key with the appropriate scope, and put it in a
.env
file (git-ignored):
# .env
GITHUB_API_KEY="..."
- Run:
scripts/install
This will generate a git-ignored all-repos.json
file, then clone repos listed in repos.json
.
scripts/apply [AUTOFIXER]
Example:
scripts/apply black20
MIT