scripts: Lint fixes.

Fix line-too-long and docstring-section-indent errors.

BUG=b:233893248
TEST=cros lint

Change-Id: Icb6bea242ecb25ff7f0010638d42c50fd218f87c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4183945
Auto-Submit: Alex Klein <saklein@chromium.org>
Reviewed-by: Lizzy Presland <zland@google.com>
Tested-by: Alex Klein <saklein@chromium.org>
Commit-Queue: Lizzy Presland <zland@google.com>
diff --git a/scripts/cros_generate_tidy_warnings.py b/scripts/cros_generate_tidy_warnings.py
index 71728cf..63968b5 100644
--- a/scripts/cros_generate_tidy_warnings.py
+++ b/scripts/cros_generate_tidy_warnings.py
@@ -58,8 +58,8 @@
         """Initialize
 
         Args:
-          warnings_dir: Path to warnings directory.
-          options: Parsed options.
+            warnings_dir: Path to warnings directory.
+            options: Parsed options.
         """
         self.warnings_dir = warnings_dir
         self.options = options