-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Currently in redis-py we rely on flake8 for lint checking. The goal in migrating to black is to enforce opinionated, community-driven code formatting, that is PEP 8 compliant.
- Changing our tox linter to run black locally, so that changes can be examined prior to commit
- Enabling a pre-commit check with github hooks, for the local repo, so that ideally nothing is committed that doesn't pass black.
- Changing our github action to run black checks (i.e fail when black generates changes)