Update ruff config (#16283)

Enable additional checks & clean-up unneeded configuration.
This commit is contained in:
Patrick Cloke
2023-09-08 11:24:36 -04:00
committed by GitHub
parent c1c6c95d72
commit aa483cb4c9
26 changed files with 63 additions and 64 deletions

View File

@@ -112,7 +112,7 @@ async def main(reactor, loops):
start = perf_counter()
# Send a bunch of useful messages
for i in range(0, loops):
for i in range(loops):
logger.info("test message %s", i)
if len(handler._buffer) == handler.maximum_buffer: