bdsoha commented on issue #10742:
URL: https://github.com/apache/airflow/issues/10742#issuecomment-1317559584
```yaml
# airflow/.pre-commit-config.yaml
- repo: https://github.com/pycqa/pydocstyle
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
hooks:
- id: pydocstyle
name: Run pydocstyle
args:
- --convention=pep257
- --add-ignore=D100,D102,D103,D104,D105,D107,D205,D400,D401
exclude: |
(?x)
^tests/.*\.py$|
^scripts/.*\.py$|
^dev|
^provider_packages|
^docker_tests|
^kubernetes_tests|
.*example_dags/.*|
^chart/.*\.py$|
^airflow/_vendor/
```
airflow/api
airflow/api_connexion
airflow/callbacks
airflow/cli
airflow/datasets
airflow/decorators
airflow/exceptions.py
airflow/hooks
airflow/macros
airflow/security
airflow/timetables
airflow/triggers
--
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]