Skip to content

Commit 2494037

Browse files
committed
fixing PR
1 parent d09c1c0 commit 2494037

File tree

12 files changed

+276
-8
lines changed

12 files changed

+276
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,4 +1600,12 @@ repos:
16001600
types: [python]
16011601
files: ^providers/.*/src/airflow/providers/.*\.py$
16021602
require_serial: true
1603+
- id: verify-signatures
1604+
name: Verify decorators of missing operator params
1605+
language: python
1606+
entry: ./scripts/ci/pre_commit/verify_signature_consistency.py
1607+
pass_filenames: false
1608+
additional_dependencies: ['rich>=12.4.4']
1609+
always_run: true
1610+
files: ^(providers/.*/)?airflow/.*/(sensors|operators)/.*\.py$
16031611
## ONLY ADD PRE-COMMITS HERE THAT REQUIRE CI IMAGE

contributing-docs/08_static_code_checks.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ require Breeze Docker image to be built locally.
419419
+-----------------------------------------------------------+--------------------------------------------------------+---------+
420420
| validate-operators-init | No templated field logic checks in operator __init__ | |
421421
+-----------------------------------------------------------+--------------------------------------------------------+---------+
422+
| verify-signatures | Verify decorators of missing operator params | * |
423+
+-----------------------------------------------------------+--------------------------------------------------------+---------+
422424
| yamllint | Check YAML files with yamllint | |
423425
+-----------------------------------------------------------+--------------------------------------------------------+---------+
424426
| zizmor | Run zizmor to check for github workflow syntax errors | |

dev/breeze/doc/images/output-commands.svg

Lines changed: 2 additions & 2 deletions
Loading

dev/breeze/doc/images/output_setup.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ba00ab3fb2ed5a777684878c28b3ce65
1+
08c78d9dddd037a2ade6b751c5a22ff9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b6bec540dff082eb353c54319297ed94
1+
a737e824010a74c63551f66433e0e7af

0 commit comments

Comments
 (0)