mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
OMG we're running a hook
This commit is contained in:
parent
47bad120e4
commit
871ab4d72f
11 changed files with 105 additions and 25 deletions
|
|
@ -5,8 +5,8 @@ HOOKS_WORKSPACE = '.pre-commit-files'
|
|||
|
||||
MANIFEST_FILE = 'manifest.yaml'
|
||||
|
||||
SUPPORTED_LANGUAGES = [
|
||||
SUPPORTED_LANGUAGES = set([
|
||||
'python',
|
||||
'ruby',
|
||||
'node',
|
||||
]
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue