Skip to content

Commit

Permalink
Bump all libraries to the latest ruff version. (#13350)
Browse files Browse the repository at this point in the history
This version of `ruff` is the one we'll be using to lint the docs and
cookbooks (#12677), so I'm making it used everywhere else too.
  • Loading branch information
obi1kenobi authored Nov 14, 2023
1 parent 2ebd167 commit d63d499
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 63 deletions.
42 changes: 23 additions & 19 deletions libs/cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pytest = "^7.4.2"
pytest-watch = "^4.2.0"

[tool.poetry.group.lint.dependencies]
ruff = "^0.1.3"
ruff = "^0.1.5"

[tool.poetry.group.test.dependencies]

Expand Down
42 changes: 23 additions & 19 deletions libs/experimental/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/experimental/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vowpal-wabbit-next = {version = "0.6.0", optional = true}
sentence-transformers = {version = "^2", optional = true}

[tool.poetry.group.lint.dependencies]
ruff = "^0.1.3"
ruff = "^0.1.5"

[tool.poetry.group.typing.dependencies]
mypy = "^0.991"
Expand Down
Loading

0 comments on commit d63d499

Please sign in to comment.