Bump ruff from 0.3.7 to 0.5.0 (#17381)

This commit is contained in:
dependabot[bot]
2024-07-05 12:35:57 +00:00
committed by GitHub
parent 8e9e6f1a0a
commit 20de685a4b
13 changed files with 41 additions and 36 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ python3 -m black "${files[@]}"
# Catch any common programming mistakes in Python code.
# --quiet suppresses the update check.
ruff --quiet --fix "${files[@]}"
ruff check --quiet --fix "${files[@]}"
# Catch any common programming mistakes in Rust code.
#