X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47480ca33143b250cb33ba501f201838269173ce..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/.pre-commit-hooks.yaml diff --git a/.vim/bundle/black/.pre-commit-hooks.yaml b/.vim/bundle/black/.pre-commit-hooks.yaml deleted file mode 100644 index a1ff41fd..00000000 --- a/.vim/bundle/black/.pre-commit-hooks.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Note that we recommend using https://github.com/psf/black-pre-commit-mirror instead -# This will work about 2x as fast as using the hooks in this repository -- 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]"]