mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Minor fix pylint version (#17944)
* fix import issue * fix: fix pylint version * style:ran python linting --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
parent
e99e8a3e11
commit
b222de66fe
@ -328,7 +328,7 @@ dev = {
|
||||
"isort",
|
||||
"pre-commit",
|
||||
"pycln",
|
||||
"pylint~=3.0",
|
||||
"pylint~=3.2.0", # 3.3.0+ breaks our current linting
|
||||
# For publishing
|
||||
"twine",
|
||||
"build",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user