From 9fcbdd14119458cd84e099eb0017bc934df04d44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:03:01 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](https://github.com/pycqa/flake8/compare/7.1.2...7.3.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc8ce74a..6159b84a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ repos: - id: prettier files: \.(css|js|md|markdown|json) exclude: themes -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -41,7 +41,7 @@ repos: - id: trailing-whitespace exclude: themes - repo: https://github.com/pycqa/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 - repo: local @@ -60,7 +60,7 @@ repos: types: - shell - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs - repo: https://github.com/hcodes/yaspeller.git From f1ab14bd8f505ed6bc20a77e02f9b810523eb8ff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:03:27 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- content/Changelog.md | 1 - content/README.magui.md | 1 + content/README.risu.md | 1 + content/post/2018-05-08-whatsnew.markdown | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Changelog.md b/content/Changelog.md index b00a4dd7..fca94235 100644 --- a/content/Changelog.md +++ b/content/Changelog.md @@ -60,7 +60,6 @@ Several changes introduced recently: ## 2018-01-24 - Faraday extension - - Some files must be equal or different across sosreports, actually we do have `release` and `ceilometer-yaml` one that rely on this, but this is hard to mantain as each new file will require a new plugin for Risu plus a new plugin for Magui. - In order to simplify this a new extension has been created so adding a new file to monitor no longer requires new plugins for `Risu` or `magui` but just creating a text file with some data within as documented on `Risuclient/plugins/faraday/README.md` diff --git a/content/README.magui.md b/content/README.magui.md index 38c38285..53d2ad19 100644 --- a/content/README.magui.md +++ b/content/README.magui.md @@ -53,6 +53,7 @@ Check latest changes on Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/README.risu.md b/content/README.risu.md index 05915d3a..a61d6aa8 100644 --- a/content/README.risu.md +++ b/content/README.risu.md @@ -49,6 +49,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/) Linked script /home/iranzo/.local/bin/magui.py Done. ``` + - Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly - Remember that pypi package might not contain all the latests plugins features as the github repo one. - Container: diff --git a/content/post/2018-05-08-whatsnew.markdown b/content/post/2018-05-08-whatsnew.markdown index ddc21160..49758d26 100644 --- a/content/post/2018-05-08-whatsnew.markdown +++ b/content/post/2018-05-08-whatsnew.markdown @@ -31,7 +31,6 @@ Some of the changes include... - is_filemode and is_required_filemode to check access permissions - POT generation update to allow duplicate message id's - Framework (Risu and magui) - - Python optimizations - Removed duplicated code - Declare variables to remove to reduce memory footprint