Skip to content

Commit

Permalink
chore: pylint skip __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Jul 26, 2022
1 parent 6a2d116 commit 22f3c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytemplate/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: skip-file

"""Entry point of the CLI version.
Called from poetry.
Expand Down

0 comments on commit 22f3c78

Please sign in to comment.