hussein-awala commented on code in PR #34247:
URL: https://github.com/apache/airflow/pull/34247#discussion_r1387311570


##########
.pre-commit-config.yaml:
##########
@@ -1030,3 +1030,12 @@ repos:
         files: 
^airflow/migrations/versions/.*\.py$|^docs/apache-airflow/migrations-ref\.rst$
         additional_dependencies: ['rich>=12.4.4']
         ## ONLY ADD PRE-COMMITS HERE THAT REQUIRE CI IMAGE
+      - id: bandit

Review Comment:
   The pre-commit fails with this error:
   ```
   Executable `bandit` not found
   ```
   I tried both CI image pre-commits and normal pre-commits, and it failed in 
both cases, knowing that I added bandit to `_devel_only_static_checks` list, do 
I need to open the PR from a branch in Airflow repo?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to