Skip to content

Commit

Permalink
ruff version bump 0.4.5 (apache#39849)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirrao authored and fdemiane committed Jun 6, 2024
1 parent ae1b8f1 commit a4e8640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"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": [
Expand Down

0 comments on commit a4e8640

Please sign in to comment.