From: Jon Dufresne Date: Thu, 31 Dec 2020 19:10:18 +0000 (-0800) Subject: Bump minimum_pre_commit_version per recommendation (#1895) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/33d861371533d64a54af419798f1ddfa692f388c?ds=sidebyside Bump minimum_pre_commit_version per recommendation (#1895) Recommended by @asottile, the pre-commit author and maintainer, to avoid some breakages in version 2.9.0. --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2580d2..dc95e90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: name: black language: system entry: black - minimum_pre_commit_version: 2.9.0 + minimum_pre_commit_version: 2.9.2 require_serial: true types_or: [python, pyi] diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c575842..de2eb67 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ entry: black language: python language_version: python3 - minimum_pre_commit_version: 2.9.0 + minimum_pre_commit_version: 2.9.2 require_serial: true types_or: [python, pyi]