Open dabeeeenster opened 1 year ago
@dabeeeenster I think that this could be covered by https://github.com/Flagsmith/flagsmith/issues/2387 created by @matthewelwell. I think I have an idea on how to solve both using the native githooks pre-commit
hook.
One question - would it be better to run
pre-commit
to drive the linting rather than directly with commands likeblack --check .
- otherwise we will get version drift?