diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..491e07d --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: blackbook + name: blackbook + description: "`Black` for Jupyter notebooks." + entry: blackbook . + language: python + language_version: python3 + require_serial: true + files: '.*\.ipynb'