diff --git a/dockerautotag/cli.py b/dockerautotag/cli.py index 6c49ce8..1b59d45 100644 --- a/dockerautotag/cli.py +++ b/dockerautotag/cli.py @@ -90,9 +90,9 @@ class Autotag: except ValueError: try: version = semantic_version.Version.coerce(ref) - except Exception: #noqa:B902 + except Exception: # noqa:B902 return default - except Exception: #noqa:B902 + except Exception: # noqa:B902 return default if version.prerelease: