Skip to content

Commit bde2fc9

Browse files
committed
Enable pylink hook
1 parent f546f9e commit bde2fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ repos:
102102
"--disable=redefined-builtin",
103103
"--disable=unused-wildcard-import"
104104
]
105-
files: '^dpnp/(dpnp_iface.*|fft|linalg)'
105+
files: '^dpnp/(dpnp_iface.*|fft|linalg|dpnp_array)'
106106
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
107107
rev: v2.14.0
108108
hooks:

0 commit comments

Comments
 (0)