X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6dd16bf7ae4f57827c90bd4c44e50072977bbd0b..bc7a4b2391a19b9ff1093a26d249e32324402498:/.pre-commit-hooks.yaml

diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 9c1b780..c8a8ff0 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -3,5 +3,6 @@
     description: 'Black: The uncompromising Python code formatter'
     entry: black
     language: python
-    language_version: python3.6
+    language_version: python3
+    require_serial: true
     types: [python]