1
0
mirror of https://github.com/home-assistant/core synced 2024-07-08 20:17:01 +00:00

Update Ruff to 0.0.241 (#87386)

Changes: https://github.com/charliermarsh/ruff/compare/v0.0.237...v0.0.241
This commit is contained in:
Aarni Koskela 2023-02-04 21:42:36 +02:00 committed by GitHub
parent 72cb58e850
commit ee6773236e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.237
rev: v0.0.241
hooks:
- id: ruff
args:

View File

@ -276,6 +276,9 @@ ignore = [
[tool.ruff.flake8-pytest-style]
fixture-parentheses = false
[tool.ruff.pyupgrade]
keep-runtime-typing = true
[tool.ruff.per-file-ignores]
# TODO: these files have functions that are too complex, but flake8's and ruff's

View File

@ -14,5 +14,5 @@ pycodestyle==2.10.0
pydocstyle==6.2.3
pyflakes==3.0.1
pyupgrade==3.3.1
ruff==0.0.237
ruff==0.0.241
yamllint==1.28.0