Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Apr 5, 2024
1 parent 33e3e1a commit 8aee7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ __tests__/runner/*
.idea
.vscode
*.code-workspace

# Python
.venv
4 changes: 3 additions & 1 deletion clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

"""This is a module docstring."""


def hello_world():
"""This function prints 'Hello, world!'."""
print("Hello, world!")


if __name__ == "__main__":
hello_world()
hello_world()

0 comments on commit 8aee7cf

Please sign in to comment.