Fix: Align pre-commit isort (#7380)

This commit is contained in:
Milan Bariya 2022-09-14 18:40:06 +05:30 committed by GitHub
parent 0bb83f138b
commit 591517a487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ repos:
language_version: python3.8 language_version: python3.8
exclude: ingestion/src/metadata/generated exclude: ingestion/src/metadata/generated
- repo: https://github.com/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 5.9.3 rev: 5.10.1
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]

View File

@ -141,7 +141,7 @@ dev = {
"twine", "twine",
} }
test = { test = {
"isort", "isort==5.10.1",
"pre-commit", "pre-commit",
"pylint", "pylint",
"pytest==7.0.0", "pytest==7.0.0",