diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:19 +0000 |
commit | dea1ff8e8ce88840434d53977ff62683240f5b8f (patch) | |
tree | 60da4e1c735a2d2d89907609c5bb1b1638c4c648 /CONTRIBUTING.md | |
parent | Adding upstream version 2.19.0. (diff) | |
download | pre-commit-dea1ff8e8ce88840434d53977ff62683240f5b8f.tar.xz pre-commit-dea1ff8e8ce88840434d53977ff62683240f5b8f.zip |
Adding upstream version 2.20.0.upstream/2.20.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa1678c..310c17e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ to implement. The current implemented languages are at varying levels: - 3rd class - pre-commit requires the user to install both the tool and the language globally (current examples: script, system) -"third class" is usually the easiest to implement first and is perfectly +"second class" is usually the easiest to implement first and is perfectly acceptable. Ideally the language works on the supported platforms for pre-commit (linux, |