Skip to content

Commit

Permalink
remove mypy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Mar 26, 2024
1 parent b5db15c commit 3459cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{%- set QUOTE = "'" -%}
{%- endif %}

from {{cookiecutter.package_slug}}.cli import main # type: ignore
from {{cookiecutter.package_slug}}.cli import main

if __name__ == {{ QUOTE }}__main__{{ QUOTE }}:
main()

0 comments on commit 3459cf9

Please sign in to comment.