Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate (#480)
Browse files Browse the repository at this point in the history
* chore(pre-commit.ci): pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6)
- [github.com/commitizen-tools/commitizen: v4.1.0 → v4.2.1](commitizen-tools/commitizen@v4.1.0...v4.2.1)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)

* chore(pre-commit.ci): auto fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hello World <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and wuwentao authored Feb 12, 2025
1 parent 7f87450 commit 1caeafb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repos:
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.6
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.2.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -48,7 +48,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["-L hass,lookin,nam", "-w"]
Expand Down
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/select.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Select for Midea Lan.""" # noqa: A005
"""Select for Midea Lan."""

from typing import cast

Expand Down
20 changes: 10 additions & 10 deletions custom_components/midea_ac_lan/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"error": {
"preset_account": "Failed to login with preset account, please report this issue",
"login_failed": "Failed to login, account or password was wrong",
"no_devices": "Aucun nouvel appareil trouvé sur le réseau",
"no_devices": "Aucun nouvel apparel trouvé sur le réseau",
"device_exist": "L'appareil est déjà configurée",
"config_incorrect": "La configuration est incorrecte",
"connect_error": "Impossible de se connecter à l'appareil",
Expand All @@ -15,7 +15,7 @@
"way": "Ajout d'appareil"
},
"description": "Choisissez comment ajouter des appareils",
"title": "Ajouter un nouvel appareil"
"title": "Ajouter un nouvel apparel"
},
"login": {
"data": {
Expand All @@ -34,19 +34,19 @@
},
"list": {
"description": "{table}",
"title": "Appareil"
"title": "Apparel"
},
"auto": {
"data": {
"device": "Appareil"
"device": "Apparel"
},
"description": "Choisissez un appareil à ajouter",
"title": "Nouvel appareil trouvé"
"description": "Choisissez un apparel à ajouter",
"title": "Nouvel apparel trouvé"
},
"manually": {
"data": {
"name": "Nom (ex: Clim Salon)",
"device_id": "Code appareil",
"device_id": "Code apparel",
"type": "Type",
"ip_address": "Address IP",
"port": "Port",
Expand All @@ -57,7 +57,7 @@
"key": "Key"
},
"description": "Configuration de l'appareil",
"title": "Nouvel appareil"
"title": "Nouvel apparel"
}
}
},
Expand Down Expand Up @@ -677,7 +677,7 @@
"description": "Définir la valeur d'attribut de l'appareil",
"fields": {
"device_id": {
"name": "Code appareil",
"name": "Code apparel",
"description": "Code de l'appareil (ID de l'appareil)"
},
"attribute": {
Expand All @@ -695,7 +695,7 @@
"description": "Send a customize command to device",
"fields": {
"device_id": {
"name": "Code appareil",
"name": "Code apparel",
"description": "Code de l'appareil (ID de l'appareil)"
},
"cmd_type": {
Expand Down

0 comments on commit 1caeafb

Please sign in to comment.