Skip to content

Commit 408a401

Browse files
authored
Bump ruff up to 0.13.2 (apache#56102)
1 parent 42913b4 commit 408a401

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ repos:
412412
types_or: [python, pyi]
413413
args: [--fix]
414414
require_serial: true
415-
additional_dependencies: ['ruff==0.13.1']
415+
additional_dependencies: ['ruff==0.13.2']
416416
exclude: ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
417417
- id: ruff-format
418418
name: Run 'ruff format'

airflow-core/docs/best-practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Installing and Using ruff
310310

311311
.. code-block:: bash
312312
313-
pip install "ruff>=0.13.1"
313+
pip install "ruff>=0.13.2"
314314
315315
2. **Running ruff**: Execute ``ruff`` to check your Dags for potential issues:
316316

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.13.1",
38+
"ruff==0.13.2",
3939
"semver>=3.0.2",
4040
"time-machine>=2.15.0",
4141
"wheel>=0.42.0",

scripts/ci/prek/check_imports_in_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# requires-python = ">=3.10"
2020
# dependencies = [
2121
# "rich>=13.6.0",
22-
# "ruff==0.13.1",
22+
# "ruff==0.13.2",
2323
# ]
2424
# ///
2525
from __future__ import annotations

scripts/ci/prek/ruff_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# /// script
1919
# requires-python = ">=3.10"
2020
# dependencies = [
21-
# "ruff==0.13.1",
21+
# "ruff==0.13.2",
2222
# ]
2323
# ///
2424

0 commit comments

Comments
 (0)