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