diff --git a/content/posts/commits/2026-06-30-commit-c157045.md b/content/posts/commits/2026-06-30-commit-c157045.md new file mode 100644 index 0000000..6ea4ae3 --- /dev/null +++ b/content/posts/commits/2026-06-30-commit-c157045.md @@ -0,0 +1,48 @@ +--- +title: "[bojemoi] chore(lint): convert latin-1 files to UTF-8 and fix remaining ruff errors" +date: 2026-06-30T15:32:52+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit c157045 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `c157045` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `c15704567ead04efd6a43218124870fc449e3151` | + + +### Description + +5 files were encoded in iso-8859-15/latin-1 with NEL line terminators. +Converted to UTF-8, fixed bare excepts, unused vars, and added noqa for +legacy bugs (commented-out result, undefined DockerServicesManager). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M koursk-2/modules/bojemoi3.py +M scripts/bojemoi2.py +M scripts/check_image_v2.py +M scripts/download_ip.py +M scripts/encode.py +``` + +### Diff Summary + +``` + koursk-2/modules/bojemoi3.py | 242 ++++++++++++----------- + scripts/bojemoi2.py | 453 +++++++++++++++++++++---------------------- + scripts/check_image_v2.py | 348 ++++++++++++++++----------------- + scripts/download_ip.py | 149 +++++++------- + scripts/encode.py | 189 +++++++++--------- + 5 files changed, 686 insertions(+), 695 deletions(-) +```