We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f2244 commit cb79e0dCopy full SHA for cb79e0d
pylintrc
@@ -52,8 +52,8 @@ ignore=CVS
52
# ignore-list. The regex matches against paths and can be in Posix or Windows
53
# format. Because '\\' represents the directory delimiter on Windows systems,
54
# it can't be used as an escape character.
55
-ignore-paths=^src/mistrala/extra/.*$,
56
- ^src/mistrala/conversations.py
+ignore-paths=^src/mistralai/extra/.*$,
+ ^src/mistralai/conversations.py
57
58
# Files or directories matching the regular expression patterns are skipped.
59
# The regex matches against base names, not paths. The default value ignores
0 commit comments