diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef049232441..095df93b42d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: language_version: python3.8 exclude: ingestion/src/metadata/generated - repo: https://github.com/timothycrosley/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort args: ["--profile", "black"] diff --git a/ingestion/setup.py b/ingestion/setup.py index 96cd10ada88..5565a14ef63 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -141,7 +141,7 @@ dev = { "twine", } test = { - "isort", + "isort==5.10.1", "pre-commit", "pylint", "pytest==7.0.0",