Open jessemcbride opened 4 years ago
Right now, our pre-commit-config.yaml file is only configured to run black.
pre-commit-config.yaml
black
precommit should run:
Also isort! (assuming #438 goes through)
isort
Is it possible to pass the diffed file only to precommit? I got it working with discover on the tests directory, but couldn't limit it to the committed file only.
discover
Right now, our
pre-commit-config.yaml
file is only configured to runblack
.precommit should run: