Add Sonar (#14)

* Add Sonar

* Fix code smells
This commit is contained in:
2022-07-10 17:27:44 +01:00
committed by GitHub
parent b75300de8e
commit 4e5a200539
11 changed files with 35 additions and 18 deletions

View File

@ -7,7 +7,7 @@ import argparse
from app.query_normalisation import get_public_ip
def parse_args() -> argparse.Namespace:
def parse_args() -> argparse.Namespace: # pragma: no cover
"""Get arguments from user via the command line."""
parser = argparse.ArgumentParser(
description="Query information about an IP address or domain name."