Skip to content

Commit cb79e0d

Browse files
authored
fix: incomplete company nam (#229)
1 parent 73f2244 commit cb79e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ ignore=CVS
5252
# ignore-list. The regex matches against paths and can be in Posix or Windows
5353
# format. Because '\\' represents the directory delimiter on Windows systems,
5454
# it can't be used as an escape character.
55-
ignore-paths=^src/mistrala/extra/.*$,
56-
^src/mistrala/conversations.py
55+
ignore-paths=^src/mistralai/extra/.*$,
56+
^src/mistralai/conversations.py
5757

5858
# Files or directories matching the regular expression patterns are skipped.
5959
# The regex matches against base names, not paths. The default value ignores

0 commit comments

Comments
 (0)