kaxil commented on issue #10742: URL: https://github.com/apache/airflow/issues/10742#issuecomment-706763949
@ktrueda You can do 2 things: 1) Add a summary line: ``` Remove an option if it exists in config from a file or default config. If both of config have the same option, this removes the option in both configs unless remove_default=False. ``` 2) Only update blank line for which docstrings exists. In this case, we won't be able to enable D205 for all of them but when in future we have summary lines, it would make the word easier. I would prefer (1) though ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
