add support for dart as a hook language

This commit is contained in:
Anthony Sottile 2021-08-28 18:44:34 -04:00
parent 0f08ba77c8
commit f8e21cb78b
19 changed files with 227 additions and 29 deletions

View file

@ -189,7 +189,7 @@ class Store:
LOCAL_RESOURCES = (
'Cargo.toml', 'main.go', 'go.mod', 'main.rs', '.npmignore',
'package.json', 'pre_commit_placeholder_package.gemspec', 'setup.py',
'environment.yml', 'Makefile.PL',
'environment.yml', 'Makefile.PL', 'pubspec.yaml',
'renv.lock', 'renv/activate.R', 'renv/LICENSE.renv',
)