-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
Found a potential bug. I'm noticing the following pattern for excluding a method as shown in docs is generating a malformed toml error:
exclude = [
"\.__init__$",
]But if I use the following it is working.
exclude = [
"__init__$",
]Is that happening for anyone else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels