File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ to implement. The current implemented languages are at varying levels:
6464- 0th class - pre-commit does not require any dependencies for these languages
6565 as they're not actually languages (current examples: fail, pygrep)
6666- 1st class - pre-commit will bootstrap a full interpreter requiring nothing to
67- be installed globally (current examples: node, ruby, rust)
67+ be installed globally (current examples: go, node, ruby, rust)
6868- 2nd class - pre-commit requires the user to install the language globally but
69- will install tools in an isolated fashion (current examples: python, go ,
70- swift, docker).
69+ will install tools in an isolated fashion (current examples: python, swift ,
70+ docker).
7171- 3rd class - pre-commit requires the user to install both the tool and the
7272 language globally (current examples: script, system)
7373
You can’t perform that action at this time.
0 commit comments