X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/60de5bbc32b6ff283d386d00ab7d07fe1564931d..af6f78f2ae408afebb375043930bbdd4c26599f5:/.pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c59213e..c575842 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.0 require_serial: true - types: [python] + types_or: [python, pyi]