8000 Support TOML 1.0 · Issue #3 · gscho/toml-lint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support TOML 1.0 #3
Closed
Closed
@apirogov

Description

@apirogov

This is valid TOML, but your toml-lint website says it isn't:

[tool.poetry]
name = "dummy-project"
version = "0.1.0"
description = ""
authors = ["John Doe <j.doe@example.com>"]
readme = "README.md"
packages = [{include = "dummy_project"}]

include = [
  # having both a string and an object here seems to trigger the problem:
  "CHANGELOG.md",
  { path = "tests", format = "sdist" },
  # ----
]

[tool.poetry.dependencies]
python = "^3.8"
pyproject-parser = "^0.8.0"
tomli = "^2.0.1"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

Your site comes quite at the top when searching for "check TOML", and it was e.g. used to quickly dismiss an issue.

Would be nice if you update it to support TOML 1.0, as being the first TOML checker tool google presents makes you somewhat of an "authority".

If this is too much work, maybe at least state for which TOML spec version your site is.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0