Skip to content

Commit c216295

Browse files
committed
FIx entry point
1 parent 0b45afe commit c216295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Homepage = "https://github.com/python-formate/formate-js"
3939
"Source Code" = "https://github.com/python-formate/formate-js"
4040

4141
[project.entry-points.formate_hooks]
42-
formate_js = "formate_js:formate_js_hook"
42+
format_js = "formate_js:javascript_hook"
4343

4444
[tool.whey]
4545
base-classifiers = [ "Programming Language :: Rust",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tox_unmanaged:
3838

3939
entry_points:
4040
formate_hooks:
41-
- "formate_js=formate_js:formate_js_hook"
41+
- "format_js=formate_js:javascript_hook"

0 commit comments

Comments
 (0)