Skip to content

Documentation for Excluding  #498

Closed
@RNKuhns

Description

@RNKuhns

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions