Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pydocstyle for docstring checks #105

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Add pydocstyle for docstring checks #105

merged 1 commit into from
Mar 9, 2022

Conversation

kaxil
Copy link
Collaborator

@kaxil kaxil commented Mar 9, 2022

pydocstyle is a static analysis tool for checking compliance with Python docstring conventions.

https://www.pydocstyle.org/en/stable/index.html

pydocstyle is a static analysis tool for checking compliance with Python docstring conventions.

https://www.pydocstyle.org/en/stable/index.html
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #105 (fef6723) into main (bd07c3d) will increase coverage by 0.05%.
The diff coverage is 100.00%.

❗ Current head fef6723 differs from pull request most recent head 1d21f65. Consider uploading reports for the commit 1d21f65 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   90.10%   90.15%   +0.05%     
==========================================
  Files          35       35              
  Lines        1880     1890      +10     
==========================================
+ Hits         1694     1704      +10     
  Misses        186      186              
Impacted Files Coverage Δ
...nomer/providers/amazon/aws/hooks/base_aws_async.py 87.50% <ø> (ø)
...mer/providers/amazon/aws/hooks/redshift_cluster.py 26.78% <ø> (ø)
astronomer/providers/amazon/aws/hooks/s3.py 94.95% <ø> (ø)
...providers/amazon/aws/operators/redshift_cluster.py 85.71% <ø> (ø)
astronomer/providers/core/sensors/filesystem.py 94.11% <ø> (ø)
astronomer/providers/core/triggers/filesystem.py 83.33% <ø> (ø)
...stronomer/providers/databricks/hooks/databricks.py 95.16% <ø> (ø)
astronomer/providers/google/cloud/sensors/gcs.py 95.83% <ø> (ø)
astronomer/providers/google/cloud/triggers/gcs.py 100.00% <ø> (ø)
astronomer/providers/http/sensors/http.py 81.81% <ø> (ø)
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd07c3d...1d21f65. Read the comment docs.

@kaxil kaxil marked this pull request as ready for review March 9, 2022 23:26
@kaxil kaxil merged commit eb3a274 into main Mar 9, 2022
@kaxil kaxil deleted the pydocstyle branch March 9, 2022 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant