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