From 8a645c513b8dd5f85a958d4b6a97179c31e079ba Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Feb 2024 21:06:40 +0000 Subject: Lint codebase with new ruff rules --- dev/bot/__main__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/bot/__main__.py') diff --git a/dev/bot/__main__.py b/dev/bot/__main__.py index ea74649c..43c4dbd5 100644 --- a/dev/bot/__main__.py +++ b/dev/bot/__main__.py @@ -32,5 +32,6 @@ async def main() -> None: async with bot: await bot.start(os.getenv("BOT_TOKEN")) + if os.getenv("IN_CI", "").lower() != "true": asyncio.run(main()) -- cgit v1.2.3