Skip to content

Commit

Permalink
Bump ruff to 0.4.4 (home-assistant#117154)
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd authored May 9, 2024
1 parent 3fa2db8 commit e4a3cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.3
rev: v0.4.4
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ filterwarnings = [
]

[tool.ruff]
required-version = ">=0.4.3"
required-version = ">=0.4.4"

[tool.ruff.lint]
select = [
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.2.6
ruff==0.4.3
ruff==0.4.4
yamllint==1.35.1

0 comments on commit e4a3cab

Please sign in to comment.