Skip to content

Commit 3b367f5

Browse files
committed
Specify source roots for poetry-core priming
1 parent 1c3acef commit 3b367f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/primer/packages_to_prime.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"poetry-core": {
6363
"branch": "main",
6464
"directories": ["src/poetry/core"],
65-
"url": "https://github.com/python-poetry/poetry-core"
65+
"url": "https://github.com/python-poetry/poetry-core",
66+
"pylint_additional_args": ["--source-roots=src"]
6667
}
6768
}

0 commit comments

Comments
 (0)