Skip to content

Commit e4dc7b6

Browse files
authored
Fix pyproject toml template. (#11699)
1 parent f5a2ff7 commit e4dc7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ follow_imports = "silent"
5858

5959
[tool.pylint.main]
6060
ignore = ["tests"]
61-
extension-pkg-whitelist = ["numpy"]
61+
extension-pkg-whitelist = ["numpy", "cuda"]
6262
disable = [
6363
"import-error",
6464
"attribute-defined-outside-init",

0 commit comments

Comments
 (0)