mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +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:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -33,7 +33,7 @@
|
||||
{
|
||||
"label": "Flake8",
|
||||
"type": "shell",
|
||||
"command": "flake8 homeassistant tests",
|
||||
"command": "pre-commit run flake8 --all-files",
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
|
Reference in New Issue
Block a user