We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45afe commit c216295Copy full SHA for c216295
pyproject.toml
@@ -39,7 +39,7 @@ Homepage = "https://github.com/python-formate/formate-js"
39
"Source Code" = "https://github.com/python-formate/formate-js"
40
41
[project.entry-points.formate_hooks]
42
-formate_js = "formate_js:formate_js_hook"
+format_js = "formate_js:javascript_hook"
43
44
[tool.whey]
45
base-classifiers = [ "Programming Language :: Rust",]
repo_helper.yml
@@ -38,4 +38,4 @@ tox_unmanaged:
38
entry_points:
formate_hooks:
- - "formate_js=formate_js:formate_js_hook"
+ - "format_js=formate_js:javascript_hook"
0 commit comments