Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ repos:
types_or: [python, pyi]
args: [--fix]
require_serial: true
additional_dependencies: ['ruff==0.14.6']
additional_dependencies: ['ruff==0.14.7']
exclude: ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
- id: ruff-format
name: Run 'ruff format'
Expand Down
2 changes: 1 addition & 1 deletion airflow-core/docs/best-practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Installing and Using ruff

.. code-block:: bash

pip install "ruff>=0.14.6"
pip install "ruff>=0.14.7"

2. **Running ruff**: Execute ``ruff`` to check your Dags for potential issues:

Expand Down
2 changes: 1 addition & 1 deletion devel-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"kgb>=7.2.0",
"requests_mock>=1.11.0",
"rich>=13.6.0",
"ruff==0.14.6",
"ruff==0.14.7",
"semver>=3.0.2",
"typer-slim>=0.15.1",
# limited due to changes needed https://github.com/apache/airflow/issues/58470
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/prek/check_imports_in_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# requires-python = ">=3.10,<3.11"
# dependencies = [
# "rich>=13.6.0",
# "ruff==0.14.6",
# "ruff==0.14.7",
# ]
# ///
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/prek/ruff_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# /// script
# requires-python = ">=3.10,<3.11"
# dependencies = [
# "ruff==0.14.6",
# "ruff==0.14.7",
# ]
# ///

Expand Down
Loading