post: commit c157045 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s

This commit is contained in:
grafana-watcher
2026-06-30 15:32:52 +02:00
committed by Betty
parent 76e774600f
commit ee5190d260

View File

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