rawwar commented on issue #10742: URL: https://github.com/apache/airflow/issues/10742#issuecomment-1947530957
> In theory we could enable all rules [#10742 (comment)](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"] > ``` I'll raise a PR for this with all exclusions for `D100-D104` -- 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]
