Skip to content

Commit 852a0f8

Browse files
Add noqa to remove the need for post-processing in consumers
1 parent ae5ea72 commit 852a0f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)