hishel
hishel copied to clipboard
use pre-commit for linting
Lints at every commit, locally. Can be skipped with
git commit -a --no-verify
Can be run manually with
pre-commit run --all
It's not clear to me why httpcore is not in the project dependencies. It's explicitly used in the code!