Skip to content

Commit 957ae00

Browse files
committed
fixing PR
1 parent 1fd66f1 commit 957ae00

File tree

12 files changed

+270
-8
lines changed

12 files changed

+270
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,4 +1593,12 @@ repos:
15931593
additional_dependencies: ['rich>=12.4.4', 'ruff==0.12.1']
15941594
files: ^providers/.*/src/airflow/providers/.*version_compat.*\.py$
15951595
require_serial: true
1596+
- id: verify-signatures
1597+
name: Verify decorators of missing operator params
1598+
language: python
1599+
entry: ./scripts/ci/pre_commit/verify_signature_consistency.py
1600+
pass_filenames: false
1601+
additional_dependencies: ['rich>=12.4.4']
1602+
always_run: true
1603+
files: ^(providers/.*/)?airflow/.*/(sensors|operators)/.*\.py$
15961604
## 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
@@ -417,6 +417,8 @@ require Breeze Docker image to be built locally.
417417
+-----------------------------------------------------------+--------------------------------------------------------+---------+
418418
| validate-operators-init | No templated field logic checks in operator __init__ | |
419419
+-----------------------------------------------------------+--------------------------------------------------------+---------+
420+
| verify-signatures | Verify decorators of missing operator params | * |
421+
+-----------------------------------------------------------+--------------------------------------------------------+---------+
420422
| yamllint | Check YAML files with yamllint | |
421423
+-----------------------------------------------------------+--------------------------------------------------------+---------+
422424
| 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-
d112f32bf3ac63a45cafb3cd1248d728
1+
d20c71c23e5304fc2941569d0b29c7fa

0 commit comments

Comments
 (0)