Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pre-commit.ci): pre-commit autoupdate #480

Merged
merged 3 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading