mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Always run flake8 through pre-commit, and with doctests (#28490)
* Enable flake8 doctests everywhere * Always run flake8 through pre-commit
This commit is contained in:
@ -15,7 +15,7 @@ printf "%s\n" $files
|
||||
echo "================"
|
||||
echo "LINT with flake8"
|
||||
echo "================"
|
||||
flake8 --doctests $files
|
||||
pre-commit run flake8 --files $files
|
||||
echo "================"
|
||||
echo "LINT with pylint"
|
||||
echo "================"
|
||||
|
Reference in New Issue
Block a user