X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..1fe2efd8573a63ffc76c69320720d349b21897da:/.pre-commit-hooks.yaml?ds=inline

diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index c59213e..de2eb67 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -4,5 +4,6 @@
   entry: black
   language: python
   language_version: python3
+  minimum_pre_commit_version: 2.9.2
   require_serial: true
-  types: [python]
+  types_or: [python, pyi]