Skip to content

Commit

Permalink
Bump ruff to 0.4.3 (#39438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored May 6, 2024
1 parent fb16953 commit 8f69069
Showing 1 changed file with 2 additions and 2 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.3.6"]
additional_dependencies: ["ruff==0.4.3"]
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.3.6"]
additional_dependencies: ["ruff==0.4.3"]
exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py|^airflow/contrib/
- id: replace-bad-characters
name: Replace bad characters
Expand Down

0 comments on commit 8f69069

Please sign in to comment.