Skip to content

Commit 7921898

Browse files
Add noqa to remove the need for post-processing in consumers
1 parent 9db0a47 commit 7921898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/replit_river/codegen/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def generate_river_module(
305305
chunks: list[str] = [
306306
dedent(
307307
f"""\
308+
# ruff: noqa
308309
# Code generated by river.codegen. DO NOT EDIT.
309310
import datetime
310311
from typing import Any, Mapping, Tuple

0 commit comments

Comments
 (0)