mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-19 04:13:48 +00:00
Fix: Align pre-commit isort (#7380)
This commit is contained in:
parent
0bb83f138b
commit
591517a487
@ -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"]
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user