diff --git a/torchopt/version.py b/torchopt/version.py index a1618caf..988f499f 100644 --- a/torchopt/version.py +++ b/torchopt/version.py @@ -26,7 +26,7 @@ try: prefix, sep, suffix = ( subprocess.check_output( - ['git', 'describe', '--abbrev=7'], # noqa: S603,S607 + ['git', 'describe', '--abbrev=7'], # noqa: S607 cwd=os.path.dirname(os.path.abspath(__file__)), stderr=subprocess.DEVNULL, text=True,