mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Drop flake8 in favor of Ruff (#89863)
This commit is contained in:
@@ -12,10 +12,6 @@ if [ -z "$files" ] ; then
|
||||
exit
|
||||
fi
|
||||
printf "%s\n" $files
|
||||
echo "================"
|
||||
echo "LINT with flake8"
|
||||
echo "================"
|
||||
pre-commit run flake8 --files $files
|
||||
echo "=============="
|
||||
echo "LINT with ruff"
|
||||
echo "=============="
|
||||
|
Reference in New Issue
Block a user