rawwar commented on issue #10742:
URL: https://github.com/apache/airflow/issues/10742#issuecomment-1947553871

   > Oh absolutley. Moving it out is just theorethically possible, but we do 
not want to do it (or at least we have not decided about it yet. I personally 
think there is a value in keeping all project settings in a single 
pyproject.toml.
   
   I was just trying to do this. But, I see an issue with updating 
`pyproject.tom`
   
   one of the module `"airflow/api/auth/backend/kerberos_auth.py"`  has `D100` 
issue and also `E402`. Since, we are adding separate sections with module as a 
key in pyproject.toml, that's causing a conflict. 
   
   As of now, I only see three modules causing above conflict:
   
   ```
   airflow/security/kerberos.py
   airflow/security/permissions.py
   airflow/security/utils.py
   ```


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