X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1d060101626aa1c332f52e4bdf0ae5e4cc07990..8daa64a2e10907539094df51f4c51306bb426f07:/.pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 81848d7..a1ff41f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,9 +1,10 @@ +# 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 - language_version: python3 minimum_pre_commit_version: 2.9.2 require_serial: true types_or: [python, pyi] @@ -13,7 +14,6 @@ "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]