Adds pre-commit support
Compare changes
Files
17+ 24
− 10
@@ -3,8 +3,8 @@
@@ -20,13 +20,16 @@ available.
@@ -40,11 +43,19 @@ _root_path = bob.extension.rc.get(
@@ -52,6 +63,9 @@ def _loader(context, sample):
This MR adds pre-commit support to this package, with checks for syntax, import usage and many more.