This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d62e3ec13a2 Bump `ruff` to `0.8.1` (#44591)
d62e3ec13a2 is described below

commit d62e3ec13a2ef1b17e0fa6a67c43d852aea1f88f
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Dec 3 07:08:46 2024 +0000

    Bump `ruff` to `0.8.1` (#44591)
    
    https://pypi.org/project/ruff/0.8.1/
---
 .pre-commit-config.yaml | 4 ++--
 hatch_build.py          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 63fa31a35e8..d87e5978a06 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -360,7 +360,7 @@ repos:
         types_or: [python, pyi]
         args: [--fix]
         require_serial: true
-        additional_dependencies: ["ruff==0.8.0"]
+        additional_dependencies: ["ruff==0.8.1"]
         exclude: 
^.*/.*_vendor/|^tests/dags/test_imports.py|^performance/tests/test_.*.py
       - id: ruff-format
         name: Run 'ruff format'
@@ -370,7 +370,7 @@ repos:
         types_or: [python, pyi]
         args: []
         require_serial: true
-        additional_dependencies: ["ruff==0.8.0"]
+        additional_dependencies: ["ruff==0.8.1"]
         exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py$
       - id: replace-bad-characters
         name: Replace bad characters
diff --git a/hatch_build.py b/hatch_build.py
index f8012be947f..f2f72093bdb 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -248,7 +248,7 @@ DEVEL_EXTRAS: dict[str, list[str]] = {
     ],
     "devel-static-checks": [
         "black>=23.12.0",
-        "ruff==0.8.0",
+        "ruff==0.8.1",
         "yamllint>=1.33.0",
     ],
     "devel-tests": [

Reply via email to