mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 23:25:10 +00:00
Bump ruff from 0.3.7 to 0.5.0 (#17381)
This commit is contained in:
+1
-1
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user