ferruzzi opened a new issue, #40567: URL: https://github.com/apache/airflow/issues/40567
### Description Followup to https://github.com/apache/airflow/issues/10742 We use Ruff to enforce docsting style https://github.com/apache/airflow/blob/23b8e839a35e84d57c5cf38b0b21171ac3bd1ecc/pyproject.toml#L47-L74 We follow pep257 style (http://www.pydocstyle.org/en/stable/error_codes.html) for checks. Currently, we ignore the following rules: The task is to complete the following missing rules: **Missing Docstrings** -- - [ ] D100 | Missing docstring in public module - [ ] D102 | Missing docstring in public method - [ ] D104 | Missing docstring in public package - ~[ ] D105 | Missing docstring in magic method~ : As discussed in https://lists.apache.org/thread/8jbg1dd2lr2cfydtqbjxsd6pb6q2wkc3, https://github.com/apache/airflow/pull/38452 - we remove the D105 rule from our checks. - [ ] D107 | Missing docstring in `__init__` It would be good if we can enable them one by one -- separate PRs are ok Let me know if you need any help ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
