X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f8e9544c930a1469bee8b3f131687e2cae52e59b..aebd3c37b28bbc0183a58d13b80e7595db3c09bb:/.pre-commit-hooks.yaml?ds=sidebyside

diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index e7b45ef..de2eb67 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,6 +1,9 @@
--   id: black
-    name: black
-    entry: black
-    language: python
-    language_version: python3.6
-    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]