kaxil commented on a change in pull request #9459:
URL: https://github.com/apache/airflow/pull/9459#discussion_r443197372
##########
File path: .pre-commit-config.yaml
##########
@@ -179,8 +179,10 @@ metastore_browser/templates/.*\\.html$|.*\\.jinja2"
rev: 5.0.2
hooks:
- id: pydocstyle
+ name: Run pydocstyle
args:
- - --select=D300,D301,D302,D101,D201,D206,D207,D208,D209,D211,D414
+ - --convention=pep257
Review comment:
This is the default for pydocstyle. Even if I remove this line, it won't
make any difference
----------------------------------------------------------------
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]