Rust as 1st class language

This commit is contained in:
Jan Holthuis 2022-09-30 11:44:18 +02:00 committed by Anthony Sottile
parent 028efcbd87
commit eb469c756d
5 changed files with 174 additions and 24 deletions

View file

@ -65,9 +65,9 @@ to implement. The current implemented languages are at varying levels:
- 0th class - pre-commit does not require any dependencies for these languages
as they're not actually languages (current examples: fail, pygrep)
- 1st class - pre-commit will bootstrap a full interpreter requiring nothing to
be installed globally (current examples: node, ruby)
be installed globally (current examples: node, ruby, rust)
- 2nd class - pre-commit requires the user to install the language globally but
will install tools in an isolated fashion (current examples: python, go, rust,
will install tools in an isolated fashion (current examples: python, go,
swift, docker).
- 3rd class - pre-commit requires the user to install both the tool and the
language globally (current examples: script, system)