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 349e43c9d9 ruff version bump 0.4.5 (#39849)
349e43c9d9 is described below
commit 349e43c9d9c0cec509bb36d369e434c8a529b25d
Author: Gopal Dirisala <[email protected]>
AuthorDate: Mon May 27 16:08:26 2024 +0530
ruff version bump 0.4.5 (#39849)
---
.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 0b06abeaf8..24e4af9c7d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -335,7 +335,7 @@ repos:
types_or: [python, pyi]
args: [--fix]
require_serial: true
- additional_dependencies: ["ruff==0.4.3"]
+ additional_dependencies: ["ruff==0.4.5"]
exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py
- id: ruff-format
name: Run 'ruff format' for extremely fast Python formatting
@@ -345,7 +345,7 @@ repos:
types_or: [python, pyi]
args: []
require_serial: true
- additional_dependencies: ["ruff==0.4.3"]
+ additional_dependencies: ["ruff==0.4.5"]
exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py|^airflow/contrib/
- id: replace-bad-characters
name: Replace bad characters
diff --git a/hatch_build.py b/hatch_build.py
index 50e5bb7740..dffaf87bdf 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",
"pre-commit>=3.5.0",
- "ruff==0.4.3",
+ "ruff==0.4.5",
"yamllint>=1.33.0",
],
"devel-tests": [