Closed ian-r-rose closed 3 years ago
Migates linting from husky to pre-commit, which has better multi-language support, and checks black/flake8 in CI.
husky
pre-commit
This applies black for the first time in this codebase, so there is a fair amount of noise associated with that.
black
Thanks for the review @jacobtomlinson!
Migates linting from
husky
topre-commit
, which has better multi-language support, and checks black/flake8 in CI.This applies
black
for the first time in this codebase, so there is a fair amount of noise associated with that.