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 c3fd7c53aa Update ruff to latest released version (#31106)
c3fd7c53aa is described below

commit c3fd7c53aa92975b544d9f1c7206e85638db1f8d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 6 15:15:55 2023 +0200

    Update ruff to latest released version (#31106)
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 819c1b160d..ac807a2821 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -188,7 +188,7 @@ repos:
         # Since ruff makes use of multiple cores we _purposefully_ don't run 
this in docker so it can use the
         # host CPU to it's fullest
         entry: ruff --fix --no-update-check --force-exclude
-        additional_dependencies: ['ruff==0.0.262']
+        additional_dependencies: ['ruff==0.0.265']
         files: \.pyi?$
         exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py
   - repo: https://github.com/asottile/blacken-docs

Reply via email to