mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use a more intelligent default language version
This commit is contained in:
parent
853cbecd4e
commit
d876661345
15 changed files with 109 additions and 54 deletions
|
|
@ -33,3 +33,7 @@ def assert_no_additional_deps(lang, additional_deps):
|
|||
'For now, pre-commit does not support '
|
||||
'additional_dependencies for {}'.format(lang),
|
||||
)
|
||||
|
||||
|
||||
def basic_get_default_version():
|
||||
return 'default'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue