X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dc71922c768e543c9c3bbb1db5ea6d7fa801a814..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/.pre-commit-hooks.yaml?ds=sidebyside diff --git a/.vim/bundle/black/.pre-commit-hooks.yaml b/.vim/bundle/black/.pre-commit-hooks.yaml deleted file mode 100644 index 13795704..00000000 --- a/.vim/bundle/black/.pre-commit-hooks.yaml +++ /dev/null @@ -1,18 +0,0 @@ -- id: black - name: black - description: "Black: The uncompromising Python code formatter" - entry: black - language: python - 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 - minimum_pre_commit_version: 2.9.2 - require_serial: true - types_or: [python, pyi, jupyter] - additional_dependencies: [".[jupyter]"]