We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea70a9 commit fd8cbe2Copy full SHA for fd8cbe2
src/enrich/logging.py
@@ -19,7 +19,7 @@ class FluidLogRender: # pylint: disable=too-few-public-methods
19
"""Renders log by not using columns and avoiding any wrapping."""
20
21
# pylint: disable=too-many-arguments
22
- def __init__( # noqa: PLR0913
+ def __init__(
23
self,
24
show_time: bool = False,
25
show_level: bool = False,
0 commit comments