From c6c3620cea27db3376bfe6b3a29b406b93a225c0 Mon Sep 17 00:00:00 2001 From: Marco Lucarelli Date: Thu, 29 Jan 2026 13:09:03 +0100 Subject: [PATCH] fix .pre-commit-config.yaml --- python/redfish-api/.pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python/redfish-api/.pre-commit-config.yaml b/python/redfish-api/.pre-commit-config.yaml index 772a879..d5300a1 100644 --- a/python/redfish-api/.pre-commit-config.yaml +++ b/python/redfish-api/.pre-commit-config.yaml @@ -1,9 +1,9 @@ repos: -- repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: v0.14.13 - hooks: - # Run the linter. - - id: ruff-check - # Run the formatter. - - id: ruff-format + - repo: https://github.com/astral-sh/ruff-pre-commit + # Ruff version. + rev: v0.14.13 + hooks: + # Run the linter. + - id: ruff-check + # Run the formatter. + - id: ruff-format