hafoertsch
Results
1
comments of
hafoertsch
Also, adding `source` attribute to dependencies causes a false positive: ```toml [tool.poetry.dependencies] requests = { source = "private-source" } ``` ``` {"source":"private-source"} is not valid under any of the schemas...