File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ repos:
427
427
types_or : [python, pyi]
428
428
args : [--fix]
429
429
require_serial : true
430
- additional_dependencies : ['ruff==0.12.1 ']
430
+ additional_dependencies : ['ruff==0.12.3 ']
431
431
exclude : ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
432
432
- id : ruff-format
433
433
name : Run 'ruff format'
@@ -437,7 +437,7 @@ repos:
437
437
types_or : [python, pyi]
438
438
args : []
439
439
require_serial : true
440
- additional_dependencies : ['ruff==0.12.1 ']
440
+ additional_dependencies : ['ruff==0.12.3 ']
441
441
exclude : ^airflow-core/tests/unit/dags/test_imports\.py$
442
442
- id : replace-bad-characters
443
443
name : Replace bad characters
@@ -1590,7 +1590,7 @@ repos:
1590
1590
name : Check imports in providers
1591
1591
entry : ./scripts/ci/pre_commit/check_imports_in_providers.py
1592
1592
language : python
1593
- additional_dependencies : ['rich>=12.4.4', 'ruff==0.12.1 ']
1593
+ additional_dependencies : ['rich>=12.4.4', 'ruff==0.12.3 ']
1594
1594
files : ^providers/.*/src/airflow/providers/.*version_compat.*\.py$
1595
1595
require_serial : true
1596
1596
- id : provider-version-compat
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
35
35
" kgb>=7.2.0" ,
36
36
" requests_mock>=1.11.0" ,
37
37
" rich>=13.6.0" ,
38
- " ruff==0.12.1 " ,
38
+ " ruff==0.12.3 " ,
39
39
" semver>=3.0.2" ,
40
40
" time-machine>=2.13.0" ,
41
41
" wheel>=0.42.0" ,
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ codegen = [
138
138
" datamodel-code-generator[http]==0.28.2" ,
139
139
" openapi-spec-validator>=0.7.1" ,
140
140
" svcs>=25.1.0" ,
141
- " ruff==0.12.1 " ,
141
+ " ruff==0.12.3 " ,
142
142
" rich>=12.4.4" ,
143
143
]
144
144
dev = [
You can’t perform that action at this time.
0 commit comments