Skip to content

Commit 43b3ebc

Browse files
eladkalBracken, Stephen (London)
authored andcommitted
Upgrade ruff to latest version (0.12.3) (apache#53226)
1 parent 83e7499 commit 43b3ebc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ repos:
427427
types_or: [python, pyi]
428428
args: [--fix]
429429
require_serial: true
430-
additional_dependencies: ['ruff==0.12.1']
430+
additional_dependencies: ['ruff==0.12.3']
431431
exclude: ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
432432
- id: ruff-format
433433
name: Run 'ruff format'
@@ -437,7 +437,7 @@ repos:
437437
types_or: [python, pyi]
438438
args: []
439439
require_serial: true
440-
additional_dependencies: ['ruff==0.12.1']
440+
additional_dependencies: ['ruff==0.12.3']
441441
exclude: ^airflow-core/tests/unit/dags/test_imports\.py$
442442
- id: replace-bad-characters
443443
name: Replace bad characters
@@ -1590,7 +1590,7 @@ repos:
15901590
name: Check imports in providers
15911591
entry: ./scripts/ci/pre_commit/check_imports_in_providers.py
15921592
language: python
1593-
additional_dependencies: ['rich>=12.4.4', 'ruff==0.12.1']
1593+
additional_dependencies: ['rich>=12.4.4', 'ruff==0.12.3']
15941594
files: ^providers/.*/src/airflow/providers/.*version_compat.*\.py$
15951595
require_serial: true
15961596
- id: provider-version-compat

devel-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"kgb>=7.2.0",
3636
"requests_mock>=1.11.0",
3737
"rich>=13.6.0",
38-
"ruff==0.12.1",
38+
"ruff==0.12.3",
3939
"semver>=3.0.2",
4040
"time-machine>=2.13.0",
4141
"wheel>=0.42.0",

task-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ codegen = [
138138
"datamodel-code-generator[http]==0.28.2",
139139
"openapi-spec-validator>=0.7.1",
140140
"svcs>=25.1.0",
141-
"ruff==0.12.1",
141+
"ruff==0.12.3",
142142
"rich>=12.4.4",
143143
]
144144
dev = [

0 commit comments

Comments
 (0)