Skip to content

Commit

Permalink
Update Python package ruff to ^0.0.285
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent cdf014e commit eb0bb1e
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 80 deletions.
38 changes: 19 additions & 19 deletions apps/hash-ai-worker-py/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 apps/hash-ai-worker-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setuptools = "^68.0.0"

[tool.poetry.group.lint-tools.dependencies]
black = "^23.3"
ruff = "^0.0.275"
ruff = "^0.0.285"
mypy = "^1.4"


Expand Down
38 changes: 19 additions & 19 deletions libs/@local/hash-graph-client/python/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/@local/hash-graph-client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ datamodel-code-generator = "^0.21.3"

[tool.poetry.group.lint-tools.dependencies]
black = "^23.3"
ruff = "^0.0.275"
ruff = "^0.0.285"
mypy = "^1.4"


Expand Down
38 changes: 19 additions & 19 deletions libs/@local/hash-graph-sdk/python/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/@local/hash-graph-sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ devtools = "^0.11.0"

[tool.poetry.group.lint-tools.dependencies]
black = "^23.3"
ruff = "^0.0.275"
ruff = "^0.0.285"
mypy = "^1.4"

hash-graph-client = { path = "../../hash-graph-client/python", develop = true }
Expand Down
Loading

0 comments on commit eb0bb1e

Please sign in to comment.