Files
blog/content/posts/commits/2026-06-30-commit-c157045.md
grafana-watcher ee5190d260
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit c157045 in bojemoi
2026-06-30 15:32:53 +02:00

1.3 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] chore(lint): convert latin-1 files to UTF-8 and fix remaining ruff errors 2026-06-30T15:32:52+02:00 false
commit
bojemoi
main
Git Activity
Commit c157045 par grafana-watcher dans bojemoi 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 noreply@anthropic.com

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(-)