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