mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Introduce ruff (eventually replacing autoflake, pyupgrade, flake8) (#86224)
This commit is contained in:
@ -16,6 +16,10 @@ echo "================"
|
||||
echo "LINT with flake8"
|
||||
echo "================"
|
||||
pre-commit run flake8 --files $files
|
||||
echo "=============="
|
||||
echo "LINT with ruff"
|
||||
echo "=============="
|
||||
pre-commit run ruff --files $files
|
||||
echo "================"
|
||||
echo "LINT with pylint"
|
||||
echo "================"
|
||||
|
Reference in New Issue
Block a user