Skip to content

Commit

Permalink
fix: corrected entrypoint again (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Sep 6, 2022
1 parent 906c150 commit 19a4ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ homepage = "https://github.com/henryiii/flake8-errmsg"
flake8-errmsg = "flake8_errmsg:main"

[project.entry_points."flake8.extension"]
EM = ["flake8_errmsg:ErrMsgASTPlugin"]
EM = "flake8_errmsg:ErrMsgASTPlugin"


[tool.hatch]
Expand Down
2 changes: 1 addition & 1 deletion src/flake8_errmsg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__all__ = ("__version__", "run_on_file", "main", "ErrMsgASTPlugin")

__version__ = "0.2.1"
__version__ = "0.2.2"


class Flake8ASTErrorInfo(NamedTuple):
Expand Down

0 comments on commit 19a4ab8

Please sign in to comment.