From 4bbac5c8570241a8485d1c97a9007875f5dfa59c Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Wed, 12 Apr 2023 08:10:23 +0200 Subject: [PATCH] Rename file --- .pre-commit-config.yaml | 2 +- .../ojmicroline_thermostat/translations/{pt-PT.json => pt.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename custom_components/ojmicroline_thermostat/translations/{pt-PT.json => pt.json} (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec89aff..6866365 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: name: Check code for common misspellings language: system types: [text] - exclude: ^poetry\.lock$ + exclude: ^(poetry\.lock$|custom_components/ojmicroline_thermostat/translations/) entry: poetry run codespell args: [--ignore-words=.codespell-ignore, --skip=./custom_components/ojmicroline_thermostat/translations] - id: debug-statements diff --git a/custom_components/ojmicroline_thermostat/translations/pt-PT.json b/custom_components/ojmicroline_thermostat/translations/pt.json similarity index 100% rename from custom_components/ojmicroline_thermostat/translations/pt-PT.json rename to custom_components/ojmicroline_thermostat/translations/pt.json