X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/33601ffa6d27f2c54864d0f54d65c65846bf8647..898815bc833779bd6c6f3e67710644f715b07316:/.pre-commit-hooks.yaml?ds=inline

diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 0d43112..de2eb67 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,7 +1,9 @@
--   id: black
-    name: black
-    description: 'Black: The uncompromising Python code formatter'
-    entry: black
-    language: python
-    language_version: python3
-    types: [python]
+- 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]