summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlint-core/gitlint/cli.py')
-rw-r--r--gitlint-core/gitlint/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint-core/gitlint/cli.py b/gitlint-core/gitlint/cli.py
index 82f35ce..d3de5ac 100644
--- a/gitlint-core/gitlint/cli.py
+++ b/gitlint-core/gitlint/cli.py
@@ -48,7 +48,7 @@ class GitLintUsageError(GitlintError):
"""Exception indicating there is an issue with how gitlint is used."""
-def setup_logging():
+def setup_logging() -> None:
"""Setup gitlint logging"""
# Root log, mostly used for debug