Skip to content

Commit

Permalink
Enable D205 Support (#33398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi committed Aug 15, 2023
1 parent 9bf68ad commit a1e42f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/hooks/datapipeline.py
Expand Up @@ -32,6 +32,7 @@
class DataPipelineHook(GoogleBaseHook):
"""
Hook for Google Data Pipelines.
All the methods in the hook where project_id is used must be called with
keyword arguments rather than positional.
"""
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -66,7 +66,6 @@ extend-select = [
]
extend-ignore = [
"D203",
"D205",
"D212",
"D213",
"D214",
Expand Down

0 comments on commit a1e42f6

Please sign in to comment.