-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: pre-commit tweak * chore: enable pre-commit hooks * chore: syntax --------- Co-authored-by: Lucas Mindêllo de Andrade <[email protected]>
- Loading branch information
1 parent
158eb51
commit a2db14a
Showing
12 changed files
with
65 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Install requirements.txt", | ||
"type": "shell", | ||
"command": "pip3 install --user -r requirements.txt", | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"label": "Build and install midealocal lib", | ||
"type": "shell", | ||
"command": "rm -rf dist/ && python3 -m build && pip3 install dist/midea_local*.whl", | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"label": "Generate code coverage report", | ||
"type": "shell", | ||
"command": "python3 -m pytest --rootdir . --cov=midealocal --cov-report term-missing ./tests/", | ||
"problemMatcher": [] | ||
} | ||
] | ||
} | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Install requirements.txt", | ||
"type": "shell", | ||
"command": "pip3 install --user -r requirements.txt", | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"label": "Build and install midealocal lib", | ||
"type": "shell", | ||
"command": "rm -rf dist/ && python3 -m build && pip3 install dist/midea_local*.whl", | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"label": "Generate code coverage report", | ||
"type": "shell", | ||
"command": "python3 -m pytest --rootdir . --cov=midealocal --cov-report term-missing ./tests/", | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters