8000 doc8 does not load ignore-path from pyproject.toml · Issue #75 · PyCQA/doc8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
doc8 does not load ignore-path from pyproject.toml #75
Closed
@ssbarnea

Description

@ssbarnea

I tried used two versions of what it was supposed to be config in toml file and I observed that running doc8 failed to use the ignore. On the other hand putting configuration inside setup.cfg worked.

case 1

# pyproject.toml
[tool.doc8]
ignore-path = [".tox"]

case 2

# pyproject.toml
[tool.doc8]
ignore-path = ".tox"

None of these works and based on docs, at least should have worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue/PR relates to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0