-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update check-msk-status function
- Refactored .gitignore to exclude JetBrains IDEs (.idea) - Updated check-msk-status function: - Removed redundant variable assignments - Added type hints for variables - Simplified code by removing unnecessary comments and extraneous code
- Loading branch information
1 parent
d61aced
commit a077322
Showing
3 changed files
with
23 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,8 @@ terraform.rc | |
# Python virtual environment | ||
.venv | ||
|
||
# JetBrains IDEs | ||
.idea | ||
|
||
# Lambda zip directory | ||
out/ |
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