From 79994c30e9bd5dff257bc3f0727b41174a787a03 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:58:04 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- fireflyiii_data_importer/CHANGELOG.md | 3 ++- fireflyiii_data_importer/config.json | 12 ++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 100812cd2..dcdd4e164 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 20250708.1 (12-07-2025) + - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) + ## 20250702.3 (05-07-2025) - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 36e1fde8a..e291ff681 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Data importer for Firefly III (separate addon)", "devices": [ @@ -73,12 +70,7 @@ }, "image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}", "init": false, - "map": [ - "addon_config:rw", - "homeassistant_config:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl"], "name": "Firefly iii Data Importer", "options": { "CONFIG_LOCATION": "/config"