1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Introduce ruff (eventually replacing autoflake, pyupgrade, flake8) (#86224)

This commit is contained in:
Aarni Koskela
2023-01-24 13:15:16 +02:00
committed by GitHub
parent df0c0297c8
commit bf41a971a2
9 changed files with 185 additions and 11 deletions
+4
View File
@@ -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 "================"