mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +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
|
||||
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"]
|
||||
|
||||
@ -141,7 +141,7 @@ dev = {
|
||||
"twine",
|
||||
}
|
||||
test = {
|
||||
"isort",
|
||||
"isort==5.10.1",
|
||||
"pre-commit",
|
||||
"pylint",
|
||||
"pytest==7.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user