pw_presubmit: Update bug ID in TODO

Change-Id: I551d9e5c67710839d1d6a772b4ae746f0d430650
Bug: b/235882003
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/97910
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index 0d76703..55fa48f 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -331,8 +331,8 @@
     build.ninja(ctx.output_dir, 'pw_apps', 'pw_run_tests.modules')
 
 
-# TODO(pwbug/180): Slowly remove modules from here that work with bazel until no
-# modules remain.
+# TODO(b/235882003): Slowly remove modules from here that work with bazel until
+# no modules remain.
 _MODULES_THAT_DO_NOT_BUILD_WITH_BAZEL = (
     'docker',
     'pw_android_toolchain',
@@ -392,8 +392,8 @@
     'pw_work_queue',
 )
 
-# TODO(pwbug/180): Slowly remove modules from here that work with bazel until no
-# modules remain.
+# TODO(b/235882003): Slowly remove modules from here that work with bazel until
+# no modules remain.
 _MODULES_THAT_DO_NOT_TEST_WITH_BAZEL = _MODULES_THAT_DO_NOT_BUILD_WITH_BAZEL + (
     'pw_malloc_freelist', )