From 027dcce5d199d914c9c560f354fba71ef4974a00 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 20 May 2024 22:07:00 -0400 Subject: Minor Ide changes & fixes - ns.sh was broken because I never updated the commands to include the .sh extensions - changed a few other UI things in ns.sh to support my workflow - run.sh was broken when the exe name had a hyphen in it, so just use bild --plan instead of regex - changed the noqa to include the English name of the ignored rule because lets be real I'll never remember what A003 means --- Biz/Log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Log.py') diff --git a/Biz/Log.py b/Biz/Log.py index 68b1e90..675a73e 100644 --- a/Biz/Log.py +++ b/Biz/Log.py @@ -1,6 +1,6 @@ """Setup logging like Biz/Log.hs.""" -# ruff: noqa: A003 +# ruff: noqa: builtin-attribute-shadowing import logging import typing -- cgit v1.2.3