Skip to content

Commit ddc918d

Browse files
committed
Update pylint configuration to skip checking dpctl submodules
1 parent 2d3f41d commit ddc918d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ disable = [
148148
"ungrouped-imports",
149149
"wrong-import-position"
150150
]
151+
extension-pkg-allow-list = ["dpctl", "dpctl.tensor"]
151152
include-naming-hint = true
152153

153154
[tool.pylint.classes]

0 commit comments

Comments
 (0)