Skip to content

Commit

Permalink
Merge pull request #368 from tisnik/trivial-add-type-to-run-pydocestyle
Browse files Browse the repository at this point in the history
(trivial) Add type to run pycodestyle
  • Loading branch information
tisnik authored Jul 27, 2023
2 parents fc60252 + 5fd9b90 commit 56a151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import pycodestyle


def main():
def main() -> None:
"""Run pydocstyle checker against all Python sources in the given directory."""
# Find all files in current directory and subdirectories with '*.py' extension.
# Files are found recursivelly in all subdirectories as well.
Expand Down

0 comments on commit 56a151a

Please sign in to comment.