Skip to content

Commit

Permalink
Minor fix pylint version (#17944)
Browse files Browse the repository at this point in the history
* fix import issue

* fix: fix pylint version

* style:ran python linting

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
  • Loading branch information
TeddyCr and chirag-madlani committed Sep 20, 2024
1 parent e99e8a3 commit b222de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"isort",
"pre-commit",
"pycln",
"pylint~=3.0",
"pylint~=3.2.0", # 3.3.0+ breaks our current linting
# For publishing
"twine",
"build",
Expand Down

0 comments on commit b222de6

Please sign in to comment.