Copilot commented on code in PR #12943:
URL: https://github.com/apache/cloudstack/pull/12943#discussion_r3757317890


##########
.pre-commit-config.yaml:
##########
@@ -172,12 +172,12 @@ repos:
         name: run codespell
         description: Check spelling with codespell
   - repo: https://github.com/pycqa/flake8
-    rev: 7.0.0
+    rev: 7.3.0
     hooks:
     - id: flake8
       args: [--config, .github/linters/.flake8]

Review Comment:
   The flake8 hook entry is mis-indented under `hooks:`. As written, the `- id: 
flake8` sequence item is at the same indentation level as `hooks:`, which 
breaks the YAML structure and can cause `pre-commit` to fail to parse/load this 
repo block.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to