[securedrop-proxy] black in dev env and CI
redshiftzero opened this issue · 0 comments
redshiftzero commented
In #55 we ran black
on the codebase. Let's:
- Add black as a dev requirement
- Run it as part of our lint target
- Run
black --check
(such that a build fails if black would reformat our code) somewhere in CI before the lint target runs (since if changes are neededmake lint
would reformat the code) - if you have a better idea here feel free to implement it