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

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 "================"