mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
implement fluent (ftl) check
Fluent is file format used by Firefox and other programs for translation strings.
This commit is contained in:
parent
ec458dc1db
commit
9f9fdd6663
4 changed files with 300 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ console_scripts =
|
|||
check-case-conflict = pre_commit_hooks.check_case_conflict:main
|
||||
check-docstring-first = pre_commit_hooks.check_docstring_first:main
|
||||
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
|
||||
check-fluent = pre_commit_hooks.check_fluent:main
|
||||
check-json = pre_commit_hooks.check_json:main
|
||||
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
|
||||
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue