Skip to content

Commit

Permalink
bump ruff to 0.3.5 (#38656)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Apr 1, 2024
1 parent f1301da commit 8455eb2
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.4"]
additional_dependencies: ["ruff==0.3.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.3.4"]
additional_dependencies: ["ruff==0.3.5"]
exclude: ^.*/.*_vendor/|^tests/dags/test_imports.py|^airflow/contrib/
- id: replace-bad-characters
name: Replace bad characters
Expand Down

0 comments on commit 8455eb2

Please sign in to comment.