Skip to content

Commit

Permalink
Bump ruff to 0.5.7 (home-assistant#123531)
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd authored Aug 10, 2024
1 parent 5f73c73 commit 9b678e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit

codespell==2.3.0
ruff==0.5.6
ruff==0.5.7
yamllint==1.35.1

0 comments on commit 9b678e4

Please sign in to comment.