From da831e7e1c63ddb1ef8a90e87a29f58f8640e897 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:45:55 +0200 Subject: [PATCH] Minor README.md update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 8ed2255..437ade9 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ A few useful git hooks to integrate with [pre-commit](http://pre-commit.com). -**The last version of this hook to support Python 2.7 & 3.6 is v1.1.15** +⚠️ ⚠️ **This hook, since v1.5.2, requires `pre-commit` 3.2.0 or superior.** +If you get an error like `Expected one of ... but got: 'pre-commit'`, check this issue: [#83](https://github.com/Lucas-C/pre-commit-hooks/issues/83) + +⚠️ **The last version of this hook to support Python 2.7 & 3.6 is v1.1.15**