From 73c75e4646892a6c70ea9168608d5b6d48e78f35 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 12:57:56 +0000 Subject: [PATCH] fix: resolve CI linting and type errors --- setup.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 447f6b2..9aef56f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1 +1,7 @@ -/app/setup.cfg \ No newline at end of file +[flake8] +max-line-length = 100 +exclude = .git,__pycache__,build,dist + +[isort] +profile = black +line_length = 100