Skip to content

Commit

Permalink
Fix CI by temporarily pinning ruff < 0.5.0 (#7007)
Browse files Browse the repository at this point in the history
Pin ruff < 0.5.0
  • Loading branch information
albertvillanova authored Jun 28, 2024
1 parent 6cf563f commit dd63143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
TESTS_REQUIRE.extend(VISION_REQUIRE)
TESTS_REQUIRE.extend(AUDIO_REQUIRE)

QUALITY_REQUIRE = ["ruff>=0.3.0"]
QUALITY_REQUIRE = ["ruff>=0.3.0,<0.5.0"]

DOCS_REQUIRE = [
# Might need to add doc-builder and some specific deps in the future
Expand Down

0 comments on commit dd63143

Please sign in to comment.