summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJustus Magin <keewis@posteo.de>2022-12-19 22:57:42 +0100
committerJustus Magin <keewis@posteo.de>2022-12-19 22:57:42 +0100
commit219802b9338c39f8c7e4a5c88191d7ac194f777b (patch)
treeece637548726fe3697fc4d7aa5bbc174e24da123 /.pre-commit-config.yaml
parent521dc80fabdacae20d57d9e3dce95e04633894ca (diff)
downloadpint-219802b9338c39f8c7e4a5c88191d7ac194f777b.tar.gz
enable `black` formatting for notebooks
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 83587c6..48b63fc 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,6 +10,7 @@ repos:
rev: 22.10.0
hooks:
- id: black
+ - id: black-jupyter
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks: