From 436176e7f06ed2bf61231aa1194a7e94ede810a7 Mon Sep 17 00:00:00 2001 From: manoraga Date: Mon, 27 Jul 2026 21:34:30 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 8ded3d4..56935a0 100644 --- a/config.py +++ b/config.py @@ -73,4 +73,6 @@ def load_exceptions(file_path=EXCEPTIONS_FILE): "positions": [str(p).strip().lower() for p in data.get("positions", [])], "fio": [normalize_fio(f) for f in data.get("fio", [])], "position_keywords": [str(k).strip().lower() for k in data.get("position_keywords", [])] - } \ No newline at end of file + } + +# тестовый комментарий \ No newline at end of file