X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/33d861371533d64a54af419798f1ddfa692f388c..b1d060101626aa1c332f52e4bdf0ae5e4cc07990:/.pre-commit-hooks.yaml?ds=sidebyside diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index de2eb67..81848d7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -7,3 +7,14 @@ minimum_pre_commit_version: 2.9.2 require_serial: true types_or: [python, pyi] +- id: black-jupyter + name: black-jupyter + description: + "Black: The uncompromising Python code formatter (with Jupyter Notebook support)" + entry: black + language: python + language_version: python3 + minimum_pre_commit_version: 2.9.2 + require_serial: true + types_or: [python, pyi, jupyter] + additional_dependencies: [".[jupyter]"]