chore(liners): Suppress ruff rules which shouldn't be fixed#869
chore(liners): Suppress ruff rules which shouldn't be fixed#869MaxymVlasov merged 1 commit intomasterfrom
Conversation
📝 WalkthroughSummary by CodeRabbit
All changes preserve current functionality while improving code clarity and maintainability. WalkthroughThe pull request introduces modifications to inline comments and lint suppression directives across several modules in the pre_commit_terraform project. In the CLI module, comment adjustments and Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
| return invoke_cli_app(parsed_cli_args) | ||
| except PreCommitTerraformExit as exit_err: | ||
| print(f'App exiting: {exit_err !s}', file=sys.stderr) | ||
| # T201 - FIXME here and below - we will replace 'print' with logging later |
There was a problem hiding this comment.
We do not need issue for it, as logging already implemented in different branch, so it will be set right after we finally add all ruff-related changes
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #869 +/- ##
=======================================
Coverage 98.44% 98.44%
=======================================
Files 28 28
Lines 578 578
Branches 17 17
=======================================
Hits 569 569
Misses 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
This PR is included in version 1.98.1 🎉 |
Subset of #831