Skip to content

Commit

Permalink
⬆️ Update dependency ruff to v0.1.1 (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Oct 20, 2023
1 parent e070822 commit 69a8adf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: poetry install --no-interaction

- name: 🚀 Run ruff
run: poetry run ruff --format=github .
run: poetry run ruff --output-format=github .
38 changes: 19 additions & 19 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hass-nabucasa = "0.73.0"
pre-commit = "3.5.0"
pre-commit-hooks = "4.5.0"
pylint = "2.17.7"
ruff = "0.1.0"
ruff = "0.1.1"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/frenck/spook/issues"
Expand Down

0 comments on commit 69a8adf

Please sign in to comment.