From: Miroslav Shubernetskiy Date: Fri, 17 Aug 2018 16:01:29 +0000 (-0400) Subject: not enforcing python3.6 for precommit hook (#430) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/33601ffa6d27f2c54864d0f54d65c65846bf8647 not enforcing python3.6 for precommit hook (#430) this should allow precommit hooks to be used with py37 --- diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9c1b780..0d43112 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ description: 'Black: The uncompromising Python code formatter' entry: black language: python - language_version: python3.6 + language_version: python3 types: [python]