mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add perl to gen-languages-all
This commit is contained in:
parent
bb29630d57
commit
aee7843bec
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'pygrep',
|
'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'perl',
|
||||||
'python', 'python_venv', 'ruby', 'rust', 'script', 'swift', 'system',
|
'pygrep', 'python', 'python_venv', 'ruby', 'rust', 'script', 'swift',
|
||||||
|
'system',
|
||||||
]
|
]
|
||||||
FIELDS = [
|
FIELDS = [
|
||||||
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',
|
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue