File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 1919# requires-python = ">=3.10"
2020# dependencies = [
2121# "rich>=13.6.0",
22- # "ruff==0.13.1 ",
22+ # "ruff==0.13.2 ",
2323# ]
2424# ///
2525from __future__ import annotations
Original file line number Diff line number Diff line change 1818# /// script
1919# requires-python = ">=3.10"
2020# dependencies = [
21- # "ruff==0.13.1 ",
21+ # "ruff==0.13.2 ",
2222# ]
2323# ///
2424
You can’t perform that action at this time.
0 commit comments