From f1bb03a9d280770da7aef5a0a4810b680471a7fb Mon Sep 17 00:00:00 2001 From: gaspardBT Date: Wed, 28 May 2025 17:33:02 +0200 Subject: [PATCH] fix: incomplete company nam --- pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylintrc b/pylintrc index f27c59ff..29202a96 100644 --- a/pylintrc +++ b/pylintrc @@ -52,8 +52,8 @@ ignore=CVS # ignore-list. The regex matches against paths and can be in Posix or Windows # format. Because '\\' represents the directory delimiter on Windows systems, # it can't be used as an escape character. -ignore-paths=^src/mistrala/extra/.*$, - ^src/mistrala/conversations.py +ignore-paths=^src/mistralai/extra/.*$, + ^src/mistralai/conversations.py # Files or directories matching the regular expression patterns are skipped. # The regex matches against base names, not paths. The default value ignores