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

   In theory we could enable all rules 
https://github.com/apache/airflow/issues/10742#issuecomment-1947242983 but 
place exclusions into the separate file, e.g. in ruff.toml
   
   ```toml
   extend = "pyproject.toml"
   
   [lint.extend-per-file-ignores]
   "airflow/api/auth/backend/kerberos_auth.py" = ["D100", "D107"]
   "airflow/api/common/airflow_health.py" = ["D100"]
   "airflow/api_connexion/endpoints/config_endpoint.py" = ["D100"]
   
   # Another 1500 lines of exclusions
   
   "airflow/providers/teradata/hooks/teradata.py" = ["D107"]
   "airflow/providers/yandex/secrets/lockbox.py" = ["D107"]
   
   "hatch_build.py" = ["D100", "D102"]
   ```


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