summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-11 08:29:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-11 08:29:48 +0000
commitb73378b6cdae53383ce4549f0f301ece440b2969 (patch)
tree94678c0984baae45fd0358db8309e9190b3fe362 /testing
parentReleasing debian version 3.5.0-1. (diff)
downloadpre-commit-b73378b6cdae53383ce4549f0f301ece440b2969.tar.xz
pre-commit-b73378b6cdae53383ce4549f0f301ece440b2969.zip
Merging upstream version 3.6.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing')
-rw-r--r--testing/language_helpers.py2
-rwxr-xr-xtesting/make-archives2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/language_helpers.py b/testing/language_helpers.py
index ead8dae..05c94eb 100644
--- a/testing/language_helpers.py
+++ b/testing/language_helpers.py
@@ -1,7 +1,7 @@
from __future__ import annotations
import os
-from typing import Sequence
+from collections.abc import Sequence
from pre_commit.lang_base import Language
from pre_commit.prefix import Prefix
diff --git a/testing/make-archives b/testing/make-archives
index 8ec05e2..3c7ab9d 100755
--- a/testing/make-archives
+++ b/testing/make-archives
@@ -8,7 +8,7 @@ import shutil
import subprocess
import tarfile
import tempfile
-from typing import Sequence
+from collections.abc import Sequence
# This is a script for generating the tarred resources for git repo