diff --git a/repo-sync.py b/repo-sync.py index e4ca6bc..d9fc8c7 100644 --- a/repo-sync.py +++ b/repo-sync.py @@ -54,7 +54,7 @@ "uses: python-social-auth/social-core/.github/workflows/release-shared.yml@master", ), } -ADJUST_FROM_BASE_EXCEPTIONS = tuple[tuple[str, str], ...] = ( +ADJUST_FROM_BASE_EXCEPTIONS: tuple[tuple[str, str], ...] = ( # These do not release (".github", ".github/workflows/release.yml"), ("social-docs", ".github/workflows/release.yml"),