PDM plugin configuration support
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
Research direction
Open src/schemas/json/partial-pdm.json and compare its current PDM configuration entries with the tool.pdm.autoexport example in the issue. Update the schema so this plugin-defined configuration validates, then verify that the shown pyproject.toml example no longer reports autoexport as an unexpected property.
Written by the indexing model from the issue text.
Description
Area with issue?
JSON Schema
✔️ Expected Behavior
https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-pdm.json currently does not support plugin-defined configuration (e.g. pdm.autoexport for https://github.com/pdm-project/pdm-autoexport).
❌ Actual Behavior
Additional properties are not allowed ('autoexport' was unexpected) is shown on validation.
YAML or JSON file that does not work.
# pyproject.toml
# This would work
[tool.pdm.dev-dependencies]
dev = ["black>=24.10.0"]
# But this won't
[[tool.pdm.autoexport]]
filename = "requirements.txt"
without-hashes = true
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 2.3k
- Avg merge
- 19h 59m
- Merged PRs (30d)
- 127
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SchemaStore/schemastore
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
SchemaStore/schemastore#6351 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
SchemaStore/schemastore#6019 · 4 comments ·
-
Bug
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
SchemaStore/schemastore#5210 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
SchemaStore/schemastore#6349 ·
-
Help Wanted Schema
Difficulty 3/5 1-2 days Newbie friendliness 58/100
SchemaStore/schemastore#6327 ·
All issues in SchemaStore/schemastore
Similar issues
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
optimization optimization:agents-md-curator
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
githubnext/gh-aw-cao#13143 ·
-
status: needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100