Skip to content

Commit 45acaf4

Browse files
author
Diptorup Deb
committed
update pylint
1 parent 07f5191 commit 45acaf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ repos:
5252
- id: pylint
5353
name: pylint
5454
entry: pylint
55-
files: ^numba_dpex/kernel_api|^numba_dpex/experimental|^numba_dpex/core/utils/kernel_launcher.py
55+
files: "^numba_dpex/kernel_api|\
56+
^numba_dpex/experimental|\
57+
^numba_dpex/core/utils/kernel_launcher.py|\
58+
^numba_dpex/core/utils/kernel_launch_arg_builder.py"
5659
language: system
5760
types: [python]
5861
require_serial: true

0 commit comments

Comments
 (0)