generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d1b168
commit 3de1574
Showing
4 changed files
with
8 additions
and
8 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
3de1574
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexander0042 I see you were having issues getting the code to lint so I fixed the issues for you. There's a lint script in the lint folder you can run to lint your code and will fix any errors it can for you. If you're using VS Studio Code you can also fix the errors there as well. 😄
Also maybe we need a script for running the format command so we don't have to have the action fix it every time.
3de1574
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why I should have done it by a PR! Thank you for saving the day here, since I was going crazy trying to figure out what it wanted.
I should get more familiar with Ruff, since it seems fantastic. You'll laugh, but I use Notepad++ for all the home assistant stuff, but could easily check it in VS Code
3de1574
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like to create PRs since when you generate release notes it automatically adds them to the Whats Changed section
Notepad++ works! The main reason to use VS Code is so you can setup a devcontainer for testing but I think you said you have a dev machine. You should be able to use the lint script to lint your code so you don't have to rely on GitHub to lint your code.